#158E52

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

Shades of Salem #158E52

Tints of Salem #158E52

Color information

#158E52 (or 0x158E52) is unknown color: approx Salem. HEX triplet: 15, 8E and 52. RGB value is (21,142,82). Sum of RGB (Red+Green+Blue) = 21+142+82=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #158E52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E52 is #EA71AD. Grayscale: #636363. Windows color (decimal): -15364526 or 5410325. OLE color: 5410325.

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

Color convert

RGB2114282-
CMYK0.8500.420.44
HSL150.25º74.23%31.96%-
HSV(B)150.25º85.21%55.69%-
XYZ11.5120.1111.26-
YUV98.98118.4172.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 142 (55.86% from 255) = 57.96%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=8.57%
G=57.96%
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.44
SystemRedGreenBlueCMYKHSL
Decimal21142820.8500.420.44150.2574.2331.96
Hex158E525502A2C964a20
Octal252161221250525422611240
Binary1010110001110101001010101010101010101100100101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,142,82); }

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

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

 a { background-color: rgb(21,142,82); }

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

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

 span { border-color: rgb(21,142,82); }

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