Shades of Deep Fir #164520
Tints of Deep Fir #164520
RGB
CMYK
RGB Variations
Color information
#164520 (or 0x164520) is known color: Deep Fir. HEX triplet: 16, 45 and 20. RGB value is (22,69,32). Sum of RGB (Red+Green+Blue) = 22+69+32=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #164520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164520 is #E9BADF. Grayscale: #323232. Windows color (decimal): -15317728 or 2114838. OLE color: 2114838.
HSL color Cylindrical-coordinate representation of color #164520: hue angle of 132.77º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164520 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 69 | 32 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.73 |
| HSL | 132.77º | 0.52% | 0.18% | - |
| HSV(B) | 132.77º | 0.68% | 0.27% | - |
| XYZ | 2.72 | 4.53 | 2.1 | - |
| YUV | 50.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 32 | 0.68 | 0 | 0.54 | 0.73 | 132.77 | 0.52 | 0.18 |
| Hex | 16 | 45 | 20 | 44 | 0 | 36 | 49 | 85 | 34 | 12 |
| Octal | 26 | 105 | 40 | 104 | 0 | 66 | 111 | 205 | 64 | 22 |
| Binary | 10110 | 1000101 | 100000 | 1000100 | 0 | 110110 | 1001001 | 10000101 | 110100 | 10010 |
Color Harmonies of #164520
Complementary color
Monochromatic Colors of #164520
Black with #164520
Text Example
Text Example
White with #164520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164520; }
p { color: rgb(22,69,32); }
H1.HeaderClassName
{
color: #164520;
}
.AnyTagClassName
{
color: #164520;
}
</style>
background-color css
<style>
a { background-color: #164520; }
a { background-color: rgb(22,69,32); }
div.DivClassName
{
background-color: #164520;
}
.BgClassName
{
background-color: #164520;
}
</style>
border-color css
<style>
span { border-color: #164520; }
span { border-color: rgb(22,69,32); }
td.TdClassName
{
border-color: #164520;
}
.TagClassName
{
border-color: #164520;
}
</style>