#164C20

Color #164C20 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #164C20

Tints of Deep Fir #164C20

Color information

#164C20 (or 0x164C20) is unknown color: approx Deep Fir. HEX triplet: 16, 4C and 20. RGB value is (22,76,32). Sum of RGB (Red+Green+Blue) = 22+76+32=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #164C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C20 is #E9B3DF. Grayscale: #363636. Windows color (decimal): -15315936 or 2116630. OLE color: 2116630.

HSL color Cylindrical-coordinate representation of color #164C20: hue angle of 131.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C20 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB227632-
CMYK0.7100.580.70
HSL131.11º55.1%19.22%-
HSV(B)131.11º71.05%29.8%-
XYZ3.185.442.25-
YUV54.84115.11104.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 76 (30.08% from 255) = 58.46%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=16.92%
G=58.46%
B=24.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2276320.7100.580.70131.1155.119.22
Hex164C204703A46833713
Octal26114401070721062036723
Binary1011010011001000001000111011101010001101000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164C20; }

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

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

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

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

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

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

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

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