Shades of Deep Fir #044D11
Tints of Deep Fir #044D11
RGB
CMYK
RGB Variations
Color information
#044D11 (or 0x044D11) is known color: Deep Fir. HEX triplet: 04, 4D and 11. RGB value is (4,77,17). Sum of RGB (Red+Green+Blue) = 4+77+17=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 77 (30.47% from 255 or 78.57% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 77 - color contains mainly: green. Hex color #044D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044D11 is #FBB2EE. Grayscale: #303030. Windows color (decimal): -16495343 or 1133828. OLE color: 1133828.
HSL color Cylindrical-coordinate representation of color #044D11: hue angle of 130.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D11 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 77 | 17 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.70 |
| HSL | 130.68º | 0.9% | 0.16% | - |
| HSV(B) | 130.68º | 0.95% | 0.3% | - |
| XYZ | 2.81 | 5.37 | 1.42 | - |
| YUV | 48.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 17 | 0.95 | 0 | 0.78 | 0.70 | 130.68 | 0.9 | 0.16 |
| Hex | 4 | 4D | 11 | 5F | 0 | 4E | 46 | 83 | 5A | 10 |
| Octal | 4 | 115 | 21 | 137 | 0 | 116 | 106 | 203 | 132 | 20 |
| Binary | 100 | 1001101 | 10001 | 1011111 | 0 | 1001110 | 1000110 | 10000011 | 1011010 | 10000 |
Color Harmonies of #044D11
Complementary color
Monochromatic Colors of #044D11
Black with #044D11
Text Example
Text Example
White with #044D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D11; }
p { color: rgb(4,77,17); }
H1.HeaderClassName
{
color: #044D11;
}
.AnyTagClassName
{
color: #044D11;
}
</style>
background-color css
<style>
a { background-color: #044D11; }
a { background-color: rgb(4,77,17); }
div.DivClassName
{
background-color: #044D11;
}
.BgClassName
{
background-color: #044D11;
}
</style>
border-color css
<style>
span { border-color: #044D11; }
span { border-color: rgb(4,77,17); }
td.TdClassName
{
border-color: #044D11;
}
.TagClassName
{
border-color: #044D11;
}
</style>