Html Css Color HEX #159049 Salem

📋 copy color: '#159049'

red 21 ◦ green 144 ◦ blue 73

#159049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #159049

Tints of Salem #159049

RGB

 RED value IS 21 (8.59% from 255) = 8.82%

 GREEN value IS 144 (56.64% from 255) = 60.5%

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 8.82%
G = 60.5%
B = 30.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#159049 (or 0x159049) is known color: Salem. HEX triplet: 15, 90 and 49. RGB value is (21,144,73). Sum of RGB (Red+Green+Blue) = 21+144+73=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #159049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159049 is #EA6FB6. Grayscale: #636363. Windows color (decimal): -15364023 or 4821013. OLE color: 4821013.

HSL color Cylindrical-coordinate representation of color #159049: hue angle of 145.37º degrees, saturation: 0.75, 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 #159049 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 144 73 -
CMYK 0.85 0 0.49 0.44
HSL 145.37º 0.75% 0.32% -
HSV(B) 145.37º 0.85% 0.56% -
XYZ 11.49 20.59 9.67 -
YUV 99.13 113.25 72.27 -
System Red Green Blue C M Y K H S L
Decimal 21 144 73 0.85 0 0.49 0.44 145.37 0.75 0.32
Hex 15 90 49 55 0 31 2C 91 4B 20
Octal 25 220 111 125 0 61 54 221 113 40
Binary 10101 10010000 1001001 1010101 0 110001 101100 10010001 1001011 100000

Color Harmonies of #159049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159049

Black with #159049

Text Example


Text Example

White with #159049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159049; }

 p { color: rgb(21,144,73); }

 H1.HeaderClassName
 {
   color: #159049;
 }
 .AnyTagClassName
 {
   color: #159049;
 }
</style>

background-color css

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

 a { background-color: rgb(21,144,73); }

 div.DivClassName
 {
   background-color: #159049;
 }
 .BgClassName
 {
   background-color: #159049;
 }
</style>

border-color css

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

 span { border-color: rgb(21,144,73); }

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