#158D44

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

Shades of Salem #158D44

Tints of Salem #158D44

Color information

#158D44 (or 0x158D44) is unknown color: approx Salem. HEX triplet: 15, 8D and 44. RGB value is (21,141,68). Sum of RGB (Red+Green+Blue) = 21+141+68=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #158D44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158D44 is #EA72BB. Grayscale: #606060. Windows color (decimal): -15364796 or 4492565. OLE color: 4492565.

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

Color convert

RGB2114168-
CMYK0.8500.520.45
HSL143.5º74.07%31.76%-
HSV(B)143.5º85.11%55.29%-
XYZ10.8819.638.68-
YUV96.8111.7473.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 141 (55.47% from 255) = 61.30%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=9.13%
G=61.30%
B=29.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21141680.8500.520.45143.574.0731.76
Hex158D44550342D904a20
Octal252151041250645522011240
Binary1010110001101100010010101010110100101101100100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,68); }

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

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

 a { background-color: rgb(21,141,68); }

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

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

 span { border-color: rgb(21,141,68); }

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