#158A40

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

Shades of Salem #158A40

Tints of Salem #158A40

Color information

#158A40 (or 0x158A40) is unknown color: approx Salem. HEX triplet: 15, 8A and 40. RGB value is (21,138,64). Sum of RGB (Red+Green+Blue) = 21+138+64=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #158A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A40 is #EA75BF. Grayscale: #5E5E5E. Windows color (decimal): -15365568 or 4229653. OLE color: 4229653.

HSL color Cylindrical-coordinate representation of color #158A40: hue angle of 142.05º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A40 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB2113864-
CMYK0.8500.540.46
HSL142.05º73.58%31.18%-
HSV(B)142.05º84.78%54.12%-
XYZ10.3218.717.92-
YUV94.58110.7475.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 138 (54.30% from 255) = 61.88%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=9.42%
G=61.88%
B=28.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21138640.8500.540.46142.0573.5831.18
Hex158A40550362E8e4a1f
Octal252121001250665621611237
Binary101011000101010000001010101011011010111010001110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,138,64); }

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

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

 a { background-color: rgb(21,138,64); }

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

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

 span { border-color: rgb(21,138,64); }

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