Shades of Deep Fir #164C24
Tints of Deep Fir #164C24
RGB
CMYK
RGB Variations
Color information
#164C24 (or 0x164C24) is known color: Deep Fir. HEX triplet: 16, 4C and 24. RGB value is (22,76,36). Sum of RGB (Red+Green+Blue) = 22+76+36=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #164C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C24 is #E9B3DB. Grayscale: #373737. Windows color (decimal): -15315932 or 2378774. OLE color: 2378774.
HSL color Cylindrical-coordinate representation of color #164C24: hue angle of 135.56º degrees, saturation: 0.55, 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 #164C24 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 36 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.70 |
| HSL | 135.56º | 0.55% | 0.19% | - |
| HSV(B) | 135.56º | 0.71% | 0.3% | - |
| XYZ | 3.23 | 5.47 | 2.55 | - |
| YUV | 55.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 36 | 0.71 | 0 | 0.53 | 0.70 | 135.56 | 0.55 | 0.19 |
| Hex | 16 | 4C | 24 | 47 | 0 | 35 | 46 | 88 | 37 | 13 |
| Octal | 26 | 114 | 44 | 107 | 0 | 65 | 106 | 210 | 67 | 23 |
| Binary | 10110 | 1001100 | 100100 | 1000111 | 0 | 110101 | 1000110 | 10001000 | 110111 | 10011 |
Color Harmonies of #164C24
Complementary color
Monochromatic Colors of #164C24
Black with #164C24
Text Example
Text Example
White with #164C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C24; }
p { color: rgb(22,76,36); }
H1.HeaderClassName
{
color: #164C24;
}
.AnyTagClassName
{
color: #164C24;
}
</style>
background-color css
<style>
a { background-color: #164C24; }
a { background-color: rgb(22,76,36); }
div.DivClassName
{
background-color: #164C24;
}
.BgClassName
{
background-color: #164C24;
}
</style>
border-color css
<style>
span { border-color: #164C24; }
span { border-color: rgb(22,76,36); }
td.TdClassName
{
border-color: #164C24;
}
.TagClassName
{
border-color: #164C24;
}
</style>