#158E43

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

Shades of Salem #158E43

Tints of Salem #158E43

Color information

#158E43 (or 0x158E43) is unknown color: approx Salem. HEX triplet: 15, 8E and 43. RGB value is (21,142,67). Sum of RGB (Red+Green+Blue) = 21+142+67=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 142 (55.86% from 255 or 61.74% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 142 - color contains mainly: green. Hex color #158E43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158E43 is #EA71BC. Grayscale: #616161. Windows color (decimal): -15364541 or 4427285. OLE color: 4427285.

HSL color Cylindrical-coordinate representation of color #158E43: hue angle of 142.81º 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 #158E43 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB2114267-
CMYK0.8500.530.44
HSL142.81º74.23%31.96%-
HSV(B)142.81º85.21%55.69%-
XYZ1119.918.57-
YUV97.27110.9173.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 142 (55.86% from 255) = 61.74%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=9.13%
G=61.74%
B=29.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21142670.8500.530.44142.8174.2331.96
Hex158E43550352C8f4a20
Octal252161031250655421711240
Binary1010110001110100001110101010110101101100100011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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