Shades of Deep Fir #044912
Tints of Deep Fir #044912
RGB
CMYK
RGB Variations
Color information
#044912 (or 0x044912) is known color: Deep Fir. HEX triplet: 04, 49 and 12. RGB value is (4,73,18). Sum of RGB (Red+Green+Blue) = 4+73+18=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #044912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044912 is #FBB6ED. Grayscale: #2E2E2E. Windows color (decimal): -16496366 or 1198340. OLE color: 1198340.
HSL color Cylindrical-coordinate representation of color #044912: hue angle of 132.17º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044912 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 18 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.71 |
| HSL | 132.17º | 0.9% | 0.15% | - |
| HSV(B) | 132.17º | 0.95% | 0.29% | - |
| XYZ | 2.54 | 4.83 | 1.37 | - |
| YUV | 46.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 18 | 0.95 | 0 | 0.75 | 0.71 | 132.17 | 0.9 | 0.15 |
| Hex | 4 | 49 | 12 | 5F | 0 | 4B | 47 | 84 | 5A | F |
| Octal | 4 | 111 | 22 | 137 | 0 | 113 | 107 | 204 | 132 | 17 |
| Binary | 100 | 1001001 | 10010 | 1011111 | 0 | 1001011 | 1000111 | 10000100 | 1011010 | 1111 |
Color Harmonies of #044912
Complementary color
Monochromatic Colors of #044912
Black with #044912
Text Example
Text Example
White with #044912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044912; }
p { color: rgb(4,73,18); }
H1.HeaderClassName
{
color: #044912;
}
.AnyTagClassName
{
color: #044912;
}
</style>
background-color css
<style>
a { background-color: #044912; }
a { background-color: rgb(4,73,18); }
div.DivClassName
{
background-color: #044912;
}
.BgClassName
{
background-color: #044912;
}
</style>
border-color css
<style>
span { border-color: #044912; }
span { border-color: rgb(4,73,18); }
td.TdClassName
{
border-color: #044912;
}
.TagClassName
{
border-color: #044912;
}
</style>