Shades of Deep Fir #164A20
Tints of Deep Fir #164A20
RGB
CMYK
RGB Variations
Color information
#164A20 (or 0x164A20) is known color: Deep Fir. HEX triplet: 16, 4A and 20. RGB value is (22,74,32). Sum of RGB (Red+Green+Blue) = 22+74+32=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #164A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A20 is #E9B5DF. Grayscale: #353535. Windows color (decimal): -15316448 or 2116118. OLE color: 2116118.
HSL color Cylindrical-coordinate representation of color #164A20: hue angle of 131.54º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A20 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 32 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.71 |
| HSL | 131.54º | 0.54% | 0.19% | - |
| HSV(B) | 131.54º | 0.7% | 0.29% | - |
| XYZ | 3.04 | 5.17 | 2.2 | - |
| YUV | 53.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 32 | 0.70 | 0 | 0.57 | 0.71 | 131.54 | 0.54 | 0.19 |
| Hex | 16 | 4A | 20 | 46 | 0 | 39 | 47 | 84 | 36 | 13 |
| Octal | 26 | 112 | 40 | 106 | 0 | 71 | 107 | 204 | 66 | 23 |
| Binary | 10110 | 1001010 | 100000 | 1000110 | 0 | 111001 | 1000111 | 10000100 | 110110 | 10011 |
Color Harmonies of #164A20
Complementary color
Monochromatic Colors of #164A20
Black with #164A20
Text Example
Text Example
White with #164A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A20; }
p { color: rgb(22,74,32); }
H1.HeaderClassName
{
color: #164A20;
}
.AnyTagClassName
{
color: #164A20;
}
</style>
background-color css
<style>
a { background-color: #164A20; }
a { background-color: rgb(22,74,32); }
div.DivClassName
{
background-color: #164A20;
}
.BgClassName
{
background-color: #164A20;
}
</style>
border-color css
<style>
span { border-color: #164A20; }
span { border-color: rgb(22,74,32); }
td.TdClassName
{
border-color: #164A20;
}
.TagClassName
{
border-color: #164A20;
}
</style>