Shades of Deep Fir #164122
Tints of Deep Fir #164122
RGB
CMYK
RGB Variations
Color information
#164122 (or 0x164122) is known color: Deep Fir. HEX triplet: 16, 41 and 22. RGB value is (22,65,34). Sum of RGB (Red+Green+Blue) = 22+65+34=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #164122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164122 is #E9BEDD. Grayscale: #303030. Windows color (decimal): -15318750 or 2244886. OLE color: 2244886.
HSL color Cylindrical-coordinate representation of color #164122: hue angle of 136.74º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164122 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 34 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.75 |
| HSL | 136.74º | 0.49% | 0.17% | - |
| HSV(B) | 136.74º | 0.66% | 0.25% | - |
| XYZ | 2.51 | 4.07 | 2.17 | - |
| YUV | 48.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 34 | 0.66 | 0 | 0.48 | 0.75 | 136.74 | 0.49 | 0.17 |
| Hex | 16 | 41 | 22 | 42 | 0 | 30 | 4B | 89 | 31 | 11 |
| Octal | 26 | 101 | 42 | 102 | 0 | 60 | 113 | 211 | 61 | 21 |
| Binary | 10110 | 1000001 | 100010 | 1000010 | 0 | 110000 | 1001011 | 10001001 | 110001 | 10001 |
Color Harmonies of #164122
Complementary color
Monochromatic Colors of #164122
Black with #164122
Text Example
Text Example
White with #164122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164122; }
p { color: rgb(22,65,34); }
H1.HeaderClassName
{
color: #164122;
}
.AnyTagClassName
{
color: #164122;
}
</style>
background-color css
<style>
a { background-color: #164122; }
a { background-color: rgb(22,65,34); }
div.DivClassName
{
background-color: #164122;
}
.BgClassName
{
background-color: #164122;
}
</style>
border-color css
<style>
span { border-color: #164122; }
span { border-color: rgb(22,65,34); }
td.TdClassName
{
border-color: #164122;
}
.TagClassName
{
border-color: #164122;
}
</style>