Shades of Deep Fir #164622
Tints of Deep Fir #164622
RGB
CMYK
RGB Variations
Color information
#164622 (or 0x164622) is known color: Deep Fir. HEX triplet: 16, 46 and 22. RGB value is (22,70,34). Sum of RGB (Red+Green+Blue) = 22+70+34=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #164622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164622 is #E9B9DD. Grayscale: #333333. Windows color (decimal): -15317470 or 2246166. OLE color: 2246166.
HSL color Cylindrical-coordinate representation of color #164622: hue angle of 135º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164622 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 34 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.73 |
| HSL | 135º | 0.52% | 0.18% | - |
| HSV(B) | 135º | 0.69% | 0.27% | - |
| XYZ | 2.81 | 4.67 | 2.27 | - |
| YUV | 51.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 34 | 0.69 | 0 | 0.51 | 0.73 | 135 | 0.52 | 0.18 |
| Hex | 16 | 46 | 22 | 45 | 0 | 33 | 49 | 87 | 34 | 12 |
| Octal | 26 | 106 | 42 | 105 | 0 | 63 | 111 | 207 | 64 | 22 |
| Binary | 10110 | 1000110 | 100010 | 1000101 | 0 | 110011 | 1001001 | 10000111 | 110100 | 10010 |
Color Harmonies of #164622
Complementary color
Monochromatic Colors of #164622
Black with #164622
Text Example
Text Example
White with #164622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164622; }
p { color: rgb(22,70,34); }
H1.HeaderClassName
{
color: #164622;
}
.AnyTagClassName
{
color: #164622;
}
</style>
background-color css
<style>
a { background-color: #164622; }
a { background-color: rgb(22,70,34); }
div.DivClassName
{
background-color: #164622;
}
.BgClassName
{
background-color: #164622;
}
</style>
border-color css
<style>
span { border-color: #164622; }
span { border-color: rgb(22,70,34); }
td.TdClassName
{
border-color: #164622;
}
.TagClassName
{
border-color: #164622;
}
</style>