#158A42

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

Shades of Salem #158A42

Tints of Salem #158A42

Color information

#158A42 (or 0x158A42) is unknown color: approx Salem. HEX triplet: 15, 8A and 42. RGB value is (21,138,66). Sum of RGB (Red+Green+Blue) = 21+138+66=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 138 (54.30% from 255 or 61.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 138 - color contains mainly: green. Hex color #158A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A42 is #EA75BD. Grayscale: #5E5E5E. Windows color (decimal): -15365566 or 4360725. OLE color: 4360725.

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

Color convert

RGB2113866-
CMYK0.8500.520.46
HSL143.08º73.58%31.18%-
HSV(B)143.08º84.78%54.12%-
XYZ10.3818.738.22-
YUV94.81111.7475.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 138 (54.30% from 255) = 61.33%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=9.33%
G=61.33%
B=29.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21138660.8500.520.46143.0873.5831.18
Hex158A42550342E8f4a1f
Octal252121021250645621711237
Binary101011000101010000101010101011010010111010001111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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