#166D20

Color #166D20 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #166D20

Tints of San Felix #166D20

Color information

#166D20 (or 0x166D20) is unknown color: approx San Felix. HEX triplet: 16, 6D and 20. RGB value is (22,109,32). Sum of RGB (Red+Green+Blue) = 22+109+32=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #166D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D20 is #E992DF. Grayscale: #4A4A4A. Windows color (decimal): -15307488 or 2125078. OLE color: 2125078.

HSL color Cylindrical-coordinate representation of color #166D20: hue angle of 126.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D20 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB2210932-
CMYK0.8000.710.57
HSL126.9º66.41%25.69%-
HSV(B)126.9º79.82%42.75%-
XYZ6.0611.213.21-
YUV74.21104.1890.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 109 (42.97% from 255) = 66.87%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=13.50%
G=66.87%
B=19.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109320.8000.710.57126.966.4125.69
Hex166D2050047397f421a
Octal261554012001077117710232
Binary1011011011011000001010000010001111110011111111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166D20; }

 p { color: rgb(22,109,32); }

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

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

 a { background-color: rgb(22,109,32); }

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

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

 span { border-color: rgb(22,109,32); }

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