Shades of Deep Fir #164726
Tints of Deep Fir #164726
RGB
CMYK
RGB Variations
Color information
#164726 (or 0x164726) is known color: Deep Fir. HEX triplet: 16, 47 and 26. RGB value is (22,71,38). Sum of RGB (Red+Green+Blue) = 22+71+38=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #164726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164726 is #E9B8D9. Grayscale: #343434. Windows color (decimal): -15317210 or 2508566. OLE color: 2508566.
HSL color Cylindrical-coordinate representation of color #164726: hue angle of 139.59º 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 #164726 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 38 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.72 |
| HSL | 139.59º | 0.53% | 0.18% | - |
| HSV(B) | 139.59º | 0.69% | 0.28% | - |
| XYZ | 2.93 | 4.82 | 2.61 | - |
| YUV | 52.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 38 | 0.69 | 0 | 0.46 | 0.72 | 139.59 | 0.53 | 0.18 |
| Hex | 16 | 47 | 26 | 45 | 0 | 2E | 48 | 8C | 35 | 12 |
| Octal | 26 | 107 | 46 | 105 | 0 | 56 | 110 | 214 | 65 | 22 |
| Binary | 10110 | 1000111 | 100110 | 1000101 | 0 | 101110 | 1001000 | 10001100 | 110101 | 10010 |
Color Harmonies of #164726
Complementary color
Monochromatic Colors of #164726
Black with #164726
Text Example
Text Example
White with #164726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164726; }
p { color: rgb(22,71,38); }
H1.HeaderClassName
{
color: #164726;
}
.AnyTagClassName
{
color: #164726;
}
</style>
background-color css
<style>
a { background-color: #164726; }
a { background-color: rgb(22,71,38); }
div.DivClassName
{
background-color: #164726;
}
.BgClassName
{
background-color: #164726;
}
</style>
border-color css
<style>
span { border-color: #164726; }
span { border-color: rgb(22,71,38); }
td.TdClassName
{
border-color: #164726;
}
.TagClassName
{
border-color: #164726;
}
</style>