Shades of Deep Fir #164825
Tints of Deep Fir #164825
RGB
CMYK
RGB Variations
Color information
#164825 (or 0x164825) is known color: Deep Fir. HEX triplet: 16, 48 and 25. RGB value is (22,72,37). Sum of RGB (Red+Green+Blue) = 22+72+37=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #164825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164825 is #E9B7DA. Grayscale: #353535. Windows color (decimal): -15316955 or 2443286. OLE color: 2443286.
HSL color Cylindrical-coordinate representation of color #164825: hue angle of 138º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164825 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 72 | 37 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.72 |
| HSL | 138º | 0.53% | 0.18% | - |
| HSV(B) | 138º | 0.69% | 0.28% | - |
| XYZ | 2.98 | 4.94 | 2.55 | - |
| YUV | 53.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 37 | 0.69 | 0 | 0.49 | 0.72 | 138 | 0.53 | 0.18 |
| Hex | 16 | 48 | 25 | 45 | 0 | 31 | 48 | 8A | 35 | 12 |
| Octal | 26 | 110 | 45 | 105 | 0 | 61 | 110 | 212 | 65 | 22 |
| Binary | 10110 | 1001000 | 100101 | 1000101 | 0 | 110001 | 1001000 | 10001010 | 110101 | 10010 |
Color Harmonies of #164825
Complementary color
Monochromatic Colors of #164825
Black with #164825
Text Example
Text Example
White with #164825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164825; }
p { color: rgb(22,72,37); }
H1.HeaderClassName
{
color: #164825;
}
.AnyTagClassName
{
color: #164825;
}
</style>
background-color css
<style>
a { background-color: #164825; }
a { background-color: rgb(22,72,37); }
div.DivClassName
{
background-color: #164825;
}
.BgClassName
{
background-color: #164825;
}
</style>
border-color css
<style>
span { border-color: #164825; }
span { border-color: rgb(22,72,37); }
td.TdClassName
{
border-color: #164825;
}
.TagClassName
{
border-color: #164825;
}
</style>