Shades of Deep Fir #044710
Tints of Deep Fir #044710
RGB
CMYK
RGB Variations
Color information
#044710 (or 0x044710) is known color: Deep Fir. HEX triplet: 04, 47 and 10. RGB value is (4,71,16). Sum of RGB (Red+Green+Blue) = 4+71+16=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #044710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044710 is #FBB8EF. Grayscale: #2C2C2C. Windows color (decimal): -16496880 or 1066756. OLE color: 1066756.
HSL color Cylindrical-coordinate representation of color #044710: hue angle of 130.75º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044710 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 16 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.72 |
| HSL | 130.75º | 0.89% | 0.15% | - |
| HSV(B) | 130.75º | 0.94% | 0.28% | - |
| XYZ | 2.4 | 4.57 | 1.25 | - |
| YUV | 44.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 16 | 0.94 | 0 | 0.77 | 0.72 | 130.75 | 0.89 | 0.15 |
| Hex | 4 | 47 | 10 | 5E | 0 | 4D | 48 | 83 | 59 | F |
| Octal | 4 | 107 | 20 | 136 | 0 | 115 | 110 | 203 | 131 | 17 |
| Binary | 100 | 1000111 | 10000 | 1011110 | 0 | 1001101 | 1001000 | 10000011 | 1011001 | 1111 |
Color Harmonies of #044710
Complementary color
Monochromatic Colors of #044710
Black with #044710
Text Example
Text Example
White with #044710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044710; }
p { color: rgb(4,71,16); }
H1.HeaderClassName
{
color: #044710;
}
.AnyTagClassName
{
color: #044710;
}
</style>
background-color css
<style>
a { background-color: #044710; }
a { background-color: rgb(4,71,16); }
div.DivClassName
{
background-color: #044710;
}
.BgClassName
{
background-color: #044710;
}
</style>
border-color css
<style>
span { border-color: #044710; }
span { border-color: rgb(4,71,16); }
td.TdClassName
{
border-color: #044710;
}
.TagClassName
{
border-color: #044710;
}
</style>