Shades of Deep Fir #164D20
Tints of Deep Fir #164D20
RGB
CMYK
RGB Variations
Color information
#164D20 (or 0x164D20) is known color: Deep Fir. HEX triplet: 16, 4D and 20. RGB value is (22,77,32). Sum of RGB (Red+Green+Blue) = 22+77+32=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #164D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D20 is #E9B2DF. Grayscale: #373737. Windows color (decimal): -15315680 or 2116886. OLE color: 2116886.
HSL color Cylindrical-coordinate representation of color #164D20: hue angle of 130.91º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D20 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 32 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.70 |
| HSL | 130.91º | 0.56% | 0.19% | - |
| HSV(B) | 130.91º | 0.71% | 0.3% | - |
| XYZ | 3.25 | 5.58 | 2.27 | - |
| YUV | 55.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 32 | 0.71 | 0 | 0.58 | 0.70 | 130.91 | 0.56 | 0.19 |
| Hex | 16 | 4D | 20 | 47 | 0 | 3A | 46 | 83 | 38 | 13 |
| Octal | 26 | 115 | 40 | 107 | 0 | 72 | 106 | 203 | 70 | 23 |
| Binary | 10110 | 1001101 | 100000 | 1000111 | 0 | 111010 | 1000110 | 10000011 | 111000 | 10011 |
Color Harmonies of #164D20
Complementary color
Monochromatic Colors of #164D20
Black with #164D20
Text Example
Text Example
White with #164D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D20; }
p { color: rgb(22,77,32); }
H1.HeaderClassName
{
color: #164D20;
}
.AnyTagClassName
{
color: #164D20;
}
</style>
background-color css
<style>
a { background-color: #164D20; }
a { background-color: rgb(22,77,32); }
div.DivClassName
{
background-color: #164D20;
}
.BgClassName
{
background-color: #164D20;
}
</style>
border-color css
<style>
span { border-color: #164D20; }
span { border-color: rgb(22,77,32); }
td.TdClassName
{
border-color: #164D20;
}
.TagClassName
{
border-color: #164D20;
}
</style>