Shades of Deep Fir #164124
Tints of Deep Fir #164124
RGB
CMYK
RGB Variations
Color information
#164124 (or 0x164124) is known color: Deep Fir. HEX triplet: 16, 41 and 24. RGB value is (22,65,36). Sum of RGB (Red+Green+Blue) = 22+65+36=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #164124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164124 is #E9BEDB. Grayscale: #303030. Windows color (decimal): -15318748 or 2375958. OLE color: 2375958.
HSL color Cylindrical-coordinate representation of color #164124: hue angle of 139.53º 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 #164124 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 36 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.75 |
| HSL | 139.53º | 0.49% | 0.17% | - |
| HSV(B) | 139.53º | 0.66% | 0.25% | - |
| XYZ | 2.54 | 4.08 | 2.32 | - |
| YUV | 48.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 36 | 0.66 | 0 | 0.45 | 0.75 | 139.53 | 0.49 | 0.17 |
| Hex | 16 | 41 | 24 | 42 | 0 | 2D | 4B | 8C | 31 | 11 |
| Octal | 26 | 101 | 44 | 102 | 0 | 55 | 113 | 214 | 61 | 21 |
| Binary | 10110 | 1000001 | 100100 | 1000010 | 0 | 101101 | 1001011 | 10001100 | 110001 | 10001 |
Color Harmonies of #164124
Complementary color
Monochromatic Colors of #164124
Black with #164124
Text Example
Text Example
White with #164124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164124; }
p { color: rgb(22,65,36); }
H1.HeaderClassName
{
color: #164124;
}
.AnyTagClassName
{
color: #164124;
}
</style>
background-color css
<style>
a { background-color: #164124; }
a { background-color: rgb(22,65,36); }
div.DivClassName
{
background-color: #164124;
}
.BgClassName
{
background-color: #164124;
}
</style>
border-color css
<style>
span { border-color: #164124; }
span { border-color: rgb(22,65,36); }
td.TdClassName
{
border-color: #164124;
}
.TagClassName
{
border-color: #164124;
}
</style>