Shades of Deep Fir #164B20
Tints of Deep Fir #164B20
RGB
CMYK
RGB Variations
Color information
#164B20 (or 0x164B20) is known color: 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
| RGB | 22 | 75 | 32 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.71 |
| HSL | 131.32º | 0.55% | 0.19% | - |
| HSV(B) | 131.32º | 0.71% | 0.29% | - |
| XYZ | 3.11 | 5.31 | 2.23 | - |
| YUV | 54.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 32 | 0.71 | 0 | 0.57 | 0.71 | 131.32 | 0.55 | 0.19 |
| Hex | 16 | 4B | 20 | 47 | 0 | 39 | 47 | 83 | 37 | 13 |
| Octal | 26 | 113 | 40 | 107 | 0 | 71 | 107 | 203 | 67 | 23 |
| Binary | 10110 | 1001011 | 100000 | 1000111 | 0 | 111001 | 1000111 | 10000011 | 110111 | 10011 |
Color Harmonies of #164B20
Complementary color
Monochromatic Colors of #164B20
Black with #164B20
Text Example
Text Example
White with #164B20
Text Example
Text Example
HTML Codes & Css Web 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>