#158E3A

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

Shades of Salem #158E3A

Tints of Salem #158E3A

Color information

#158E3A (or 0x158E3A) is unknown color: approx Salem. HEX triplet: 15, 8E and 3A. RGB value is (21,142,58). Sum of RGB (Red+Green+Blue) = 21+142+58=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #158E3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158E3A is #EA71C5. Grayscale: #606060. Windows color (decimal): -15364550 or 3837461. OLE color: 3837461.

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

Color convert

RGB2114258-
CMYK0.8500.590.44
HSL138.35º74.23%31.96%-
HSV(B)138.35º85.21%55.69%-
XYZ10.7519.817.26-
YUV96.24106.4174.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 142 (55.86% from 255) = 64.25%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=9.50%
G=64.25%
B=26.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21142580.8500.590.44138.3574.2331.96
Hex158E3A5503B2C8a4a20
Octal25216721250735421211240
Binary101011000111011101010101010111011101100100010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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