Shades of Deep Fir #164222
Tints of Deep Fir #164222
RGB
CMYK
RGB Variations
Color information
#164222 (or 0x164222) is known color: Deep Fir. HEX triplet: 16, 42 and 22. RGB value is (22,66,34). Sum of RGB (Red+Green+Blue) = 22+66+34=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #164222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164222 is #E9BDDD. Grayscale: #313131. Windows color (decimal): -15318494 or 2245142. OLE color: 2245142.
HSL color Cylindrical-coordinate representation of color #164222: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164222 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 34 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.74 |
| HSL | 136.36º | 0.5% | 0.17% | - |
| HSV(B) | 136.36º | 0.67% | 0.26% | - |
| XYZ | 2.57 | 4.18 | 2.19 | - |
| YUV | 49.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 34 | 0.67 | 0 | 0.48 | 0.74 | 136.36 | 0.5 | 0.17 |
| Hex | 16 | 42 | 22 | 43 | 0 | 30 | 4A | 88 | 32 | 11 |
| Octal | 26 | 102 | 42 | 103 | 0 | 60 | 112 | 210 | 62 | 21 |
| Binary | 10110 | 1000010 | 100010 | 1000011 | 0 | 110000 | 1001010 | 10001000 | 110010 | 10001 |
Color Harmonies of #164222
Complementary color
Monochromatic Colors of #164222
Black with #164222
Text Example
Text Example
White with #164222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164222; }
p { color: rgb(22,66,34); }
H1.HeaderClassName
{
color: #164222;
}
.AnyTagClassName
{
color: #164222;
}
</style>
background-color css
<style>
a { background-color: #164222; }
a { background-color: rgb(22,66,34); }
div.DivClassName
{
background-color: #164222;
}
.BgClassName
{
background-color: #164222;
}
</style>
border-color css
<style>
span { border-color: #164222; }
span { border-color: rgb(22,66,34); }
td.TdClassName
{
border-color: #164222;
}
.TagClassName
{
border-color: #164222;
}
</style>