Shades of Deep Fir #044115
Tints of Deep Fir #044115
RGB
CMYK
RGB Variations
Color information
#044115 (or 0x044115) is known color: Deep Fir. HEX triplet: 04, 41 and 15. RGB value is (4,65,21). Sum of RGB (Red+Green+Blue) = 4+65+21=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #044115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044115 is #FBBEEA. Grayscale: #292929. Windows color (decimal): -16498411 or 1392900. OLE color: 1392900.
HSL color Cylindrical-coordinate representation of color #044115: hue angle of 136.72º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044115 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 21 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.75 |
| HSL | 136.72º | 0.88% | 0.14% | - |
| HSV(B) | 136.72º | 0.94% | 0.25% | - |
| XYZ | 2.08 | 3.86 | 1.35 | - |
| YUV | 41.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 21 | 0.94 | 0 | 0.68 | 0.75 | 136.72 | 0.88 | 0.14 |
| Hex | 4 | 41 | 15 | 5E | 0 | 44 | 4B | 89 | 58 | E |
| Octal | 4 | 101 | 25 | 136 | 0 | 104 | 113 | 211 | 130 | 16 |
| Binary | 100 | 1000001 | 10101 | 1011110 | 0 | 1000100 | 1001011 | 10001001 | 1011000 | 1110 |
Color Harmonies of #044115
Complementary color
Monochromatic Colors of #044115
Black with #044115
Text Example
Text Example
White with #044115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044115; }
p { color: rgb(4,65,21); }
H1.HeaderClassName
{
color: #044115;
}
.AnyTagClassName
{
color: #044115;
}
</style>
background-color css
<style>
a { background-color: #044115; }
a { background-color: rgb(4,65,21); }
div.DivClassName
{
background-color: #044115;
}
.BgClassName
{
background-color: #044115;
}
</style>
border-color css
<style>
span { border-color: #044115; }
span { border-color: rgb(4,65,21); }
td.TdClassName
{
border-color: #044115;
}
.TagClassName
{
border-color: #044115;
}
</style>