Html Css Color HEX #156920 San Felix

📋 copy color: '#156920'

red 21 ◦ green 105 ◦ blue 32

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

Shades of San Felix #156920

Tints of San Felix #156920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.46%

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 13.29%
G = 66.46%
B = 20.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#156920 (or 0x156920) is known color: San Felix. HEX triplet: 15, 69 and 20. RGB value is (21,105,32). Sum of RGB (Red+Green+Blue) = 21+105+32=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #156920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156920 is #EA96DF. Grayscale: #474747. Windows color (decimal): -15374048 or 2124053. OLE color: 2124053.

HSL color Cylindrical-coordinate representation of color #156920: hue angle of 127.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156920 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 32 -
CMYK 0.80 0 0.70 0.59
HSL 127.86º 0.67% 0.25% -
HSV(B) 127.86º 0.8% 0.41% -
XYZ 5.62 10.37 3.07 -
YUV 71.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 21 105 32 0.80 0 0.70 0.59 127.86 0.67 0.25
Hex 15 69 20 50 0 46 3B 80 43 19
Octal 25 151 40 120 0 106 73 200 103 31
Binary 10101 1101001 100000 1010000 0 1000110 111011 10000000 1000011 11001

Color Harmonies of #156920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156920

Black with #156920

Text Example


Text Example

White with #156920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156920; }

 p { color: rgb(21,105,32); }

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

background-color css

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

 a { background-color: rgb(21,105,32); }

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

border-color css

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

 span { border-color: rgb(21,105,32); }

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