Shades of Deep Fir #044010
Tints of Deep Fir #044010
RGB
CMYK
RGB Variations
Color information
#044010 (or 0x044010) is known color: Deep Fir. HEX triplet: 04, 40 and 10. RGB value is (4,64,16). Sum of RGB (Red+Green+Blue) = 4+64+16=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #044010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044010 is #FBBFEF. Grayscale: #282828. Windows color (decimal): -16498672 or 1064964. OLE color: 1064964.
HSL color Cylindrical-coordinate representation of color #044010: hue angle of 132º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044010 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 16 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.75 |
| HSL | 132º | 0.88% | 0.13% | - |
| HSV(B) | 132º | 0.94% | 0.25% | - |
| XYZ | 1.98 | 3.73 | 1.11 | - |
| YUV | 40.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 16 | 0.94 | 0 | 0.75 | 0.75 | 132 | 0.88 | 0.13 |
| Hex | 4 | 40 | 10 | 5E | 0 | 4B | 4B | 84 | 58 | D |
| Octal | 4 | 100 | 20 | 136 | 0 | 113 | 113 | 204 | 130 | 15 |
| Binary | 100 | 1000000 | 10000 | 1011110 | 0 | 1001011 | 1001011 | 10000100 | 1011000 | 1101 |
Color Harmonies of #044010
Complementary color
Monochromatic Colors of #044010
Black with #044010
Text Example
Text Example
White with #044010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044010; }
p { color: rgb(4,64,16); }
H1.HeaderClassName
{
color: #044010;
}
.AnyTagClassName
{
color: #044010;
}
</style>
background-color css
<style>
a { background-color: #044010; }
a { background-color: rgb(4,64,16); }
div.DivClassName
{
background-color: #044010;
}
.BgClassName
{
background-color: #044010;
}
</style>
border-color css
<style>
span { border-color: #044010; }
span { border-color: rgb(4,64,16); }
td.TdClassName
{
border-color: #044010;
}
.TagClassName
{
border-color: #044010;
}
</style>