Shades of Deep Fir #164021
Tints of Deep Fir #164021
RGB
CMYK
RGB Variations
Color information
#164021 (or 0x164021) is known color: Deep Fir. HEX triplet: 16, 40 and 21. RGB value is (22,64,33). Sum of RGB (Red+Green+Blue) = 22+64+33=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #164021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164021 is #E9BFDE. Grayscale: #2F2F2F. Windows color (decimal): -15319007 or 2179094. OLE color: 2179094.
HSL color Cylindrical-coordinate representation of color #164021: hue angle of 135.71º 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 #164021 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 33 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.75 |
| HSL | 135.71º | 0.49% | 0.17% | - |
| HSV(B) | 135.71º | 0.66% | 0.25% | - |
| XYZ | 2.44 | 3.95 | 2.07 | - |
| YUV | 47.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 33 | 0.66 | 0 | 0.48 | 0.75 | 135.71 | 0.49 | 0.17 |
| Hex | 16 | 40 | 21 | 42 | 0 | 30 | 4B | 88 | 31 | 11 |
| Octal | 26 | 100 | 41 | 102 | 0 | 60 | 113 | 210 | 61 | 21 |
| Binary | 10110 | 1000000 | 100001 | 1000010 | 0 | 110000 | 1001011 | 10001000 | 110001 | 10001 |
Color Harmonies of #164021
Complementary color
Monochromatic Colors of #164021
Black with #164021
Text Example
Text Example
White with #164021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164021; }
p { color: rgb(22,64,33); }
H1.HeaderClassName
{
color: #164021;
}
.AnyTagClassName
{
color: #164021;
}
</style>
background-color css
<style>
a { background-color: #164021; }
a { background-color: rgb(22,64,33); }
div.DivClassName
{
background-color: #164021;
}
.BgClassName
{
background-color: #164021;
}
</style>
border-color css
<style>
span { border-color: #164021; }
span { border-color: rgb(22,64,33); }
td.TdClassName
{
border-color: #164021;
}
.TagClassName
{
border-color: #164021;
}
</style>