Shades of Deep Fir #044510
Tints of Deep Fir #044510
RGB
CMYK
RGB Variations
Color information
#044510 (or 0x044510) is known color: Deep Fir. HEX triplet: 04, 45 and 10. RGB value is (4,69,16). Sum of RGB (Red+Green+Blue) = 4+69+16=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #044510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044510 is #FBBAEF. Grayscale: #2B2B2B. Windows color (decimal): -16497392 or 1066244. OLE color: 1066244.
HSL color Cylindrical-coordinate representation of color #044510: hue angle of 131.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044510 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 16 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.73 |
| HSL | 131.08º | 0.89% | 0.14% | - |
| HSV(B) | 131.08º | 0.94% | 0.27% | - |
| XYZ | 2.27 | 4.32 | 1.2 | - |
| YUV | 43.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 16 | 0.94 | 0 | 0.77 | 0.73 | 131.08 | 0.89 | 0.14 |
| Hex | 4 | 45 | 10 | 5E | 0 | 4D | 49 | 83 | 59 | E |
| Octal | 4 | 105 | 20 | 136 | 0 | 115 | 111 | 203 | 131 | 16 |
| Binary | 100 | 1000101 | 10000 | 1011110 | 0 | 1001101 | 1001001 | 10000011 | 1011001 | 1110 |
Color Harmonies of #044510
Complementary color
Monochromatic Colors of #044510
Black with #044510
Text Example
Text Example
White with #044510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044510; }
p { color: rgb(4,69,16); }
H1.HeaderClassName
{
color: #044510;
}
.AnyTagClassName
{
color: #044510;
}
</style>
background-color css
<style>
a { background-color: #044510; }
a { background-color: rgb(4,69,16); }
div.DivClassName
{
background-color: #044510;
}
.BgClassName
{
background-color: #044510;
}
</style>
border-color css
<style>
span { border-color: #044510; }
span { border-color: rgb(4,69,16); }
td.TdClassName
{
border-color: #044510;
}
.TagClassName
{
border-color: #044510;
}
</style>