#158c51

Color #158C51 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #158C51

Tints of Salem #158C51

Color information

#158C51 (or 0x158C51) is unknown color: approx Salem. HEX triplet: 15, 8C and 51. RGB value is (21,140,81). Sum of RGB (Red+Green+Blue) = 21+140+81=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #158C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C51 is #EA73AE. Grayscale: #616161. Windows color (decimal): -15365039 or 5344277. OLE color: 5344277.

HSL color Cylindrical-coordinate representation of color #158C51: hue angle of 150.25º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C51 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB2114081-
CMYK0.8500.420.45
HSL150.25º73.91%31.57%-
HSV(B)150.25º85%54.9%-
XYZ11.1719.5110.96-
YUV97.69118.5873.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 140 (55.08% from 255) = 57.85%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=8.68%
G=57.85%
B=33.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140810.8500.420.45150.2573.9131.57
Hex158C515502A2D964a20
Octal252141211250525522611240
Binary1010110001100101000110101010101010101101100101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158c51; }

 p { color: rgb(21,140,81); }

 H1.HeaderClassName
 {
   color: #158c51;
 }
 .AnyTagClassName
 {
   color: #158c51;
 }
</style>
background-color css

<style>
 a { background-color: #158c51; }

 a { background-color: rgb(21,140,81); }

 div.DivClassName
 {
   background-color: #158c51;
 }
 .BgClassName
 {
   background-color: #158c51;
 }
</style>
border-color css

<style>
 span { border-color: #158c51; }

 span { border-color: rgb(21,140,81); }

 td.TdClassName
 {
   border-color: #158c51;
 }
 .TagClassName
 {
   border-color: #158c51;
 }
</style>