#164B20

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

Shades of Deep Fir #164B20

Tints of Deep Fir #164B20

Color information

#164B20 (or 0x164B20) is unknown color: approx Deep Fir. HEX triplet: 16, 4B and 20. RGB value is (22,75,32). Sum of RGB (Red+Green+Blue) = 22+75+32=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #164B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B20 is #E9B4DF. Grayscale: #363636. Windows color (decimal): -15316192 or 2116374. OLE color: 2116374.

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

Color convert

RGB227532-
CMYK0.7100.570.71
HSL131.32º54.64%19.02%-
HSV(B)131.32º70.67%29.41%-
XYZ3.115.312.23-
YUV54.25115.44105-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 75 (29.69% from 255) = 58.14%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=17.05%
G=58.14%
B=24.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275320.7100.570.71131.3254.6419.02
Hex164B204703947833713
Octal26113401070711072036723
Binary1011010010111000001000111011100110001111000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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