Html Css Color HEX #159149 Salem

📋 copy color: '#159149'

red 21 ◦ green 145 ◦ blue 73

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

Shades of Salem #159149

Tints of Salem #159149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.67%

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

R = 8.79%
G = 60.67%
B = 30.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#159149 (or 0x159149) is known color: Salem. HEX triplet: 15, 91 and 49. RGB value is (21,145,73). Sum of RGB (Red+Green+Blue) = 21+145+73=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #159149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159149 is #EA6EB6. Grayscale: #636363. Windows color (decimal): -15363767 or 4821269. OLE color: 4821269.

HSL color Cylindrical-coordinate representation of color #159149: hue angle of 145.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159149 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 145 73 -
CMYK 0.86 0 0.50 0.43
HSL 145.16º 0.75% 0.33% -
HSV(B) 145.16º 0.86% 0.57% -
XYZ 11.64 20.89 9.72 -
YUV 99.72 112.92 71.85 -
System Red Green Blue C M Y K H S L
Decimal 21 145 73 0.86 0 0.50 0.43 145.16 0.75 0.33
Hex 15 91 49 56 0 32 2B 91 4B 21
Octal 25 221 111 126 0 62 53 221 113 41
Binary 10101 10010001 1001001 1010110 0 110010 101011 10010001 1001011 100001

Color Harmonies of #159149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159149

Black with #159149

Text Example


Text Example

White with #159149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159149; }

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

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

background-color css

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

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

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

border-color css

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

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

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