Shades of Deep Fir #044614
Tints of Deep Fir #044614
RGB
CMYK
RGB Variations
Color information
#044614 (or 0x044614) is known color: Deep Fir. HEX triplet: 04, 46 and 14. RGB value is (4,70,20). Sum of RGB (Red+Green+Blue) = 4+70+20=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 70 (27.73% from 255 or 74.47% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 70 - color contains mainly: green. Hex color #044614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044614 is #FBB9EB. Grayscale: #2C2C2C. Windows color (decimal): -16497132 or 1328644. OLE color: 1328644.
HSL color Cylindrical-coordinate representation of color #044614: hue angle of 134.55º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044614 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 70 | 20 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.73 |
| HSL | 134.55º | 0.89% | 0.15% | - |
| HSV(B) | 134.55º | 0.94% | 0.27% | - |
| XYZ | 2.37 | 4.46 | 1.4 | - |
| YUV | 44.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 20 | 0.94 | 0 | 0.71 | 0.73 | 134.55 | 0.89 | 0.15 |
| Hex | 4 | 46 | 14 | 5E | 0 | 47 | 49 | 87 | 59 | F |
| Octal | 4 | 106 | 24 | 136 | 0 | 107 | 111 | 207 | 131 | 17 |
| Binary | 100 | 1000110 | 10100 | 1011110 | 0 | 1000111 | 1001001 | 10000111 | 1011001 | 1111 |
Color Harmonies of #044614
Complementary color
Monochromatic Colors of #044614
Black with #044614
Text Example
Text Example
White with #044614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044614; }
p { color: rgb(4,70,20); }
H1.HeaderClassName
{
color: #044614;
}
.AnyTagClassName
{
color: #044614;
}
</style>
background-color css
<style>
a { background-color: #044614; }
a { background-color: rgb(4,70,20); }
div.DivClassName
{
background-color: #044614;
}
.BgClassName
{
background-color: #044614;
}
</style>
border-color css
<style>
span { border-color: #044614; }
span { border-color: rgb(4,70,20); }
td.TdClassName
{
border-color: #044614;
}
.TagClassName
{
border-color: #044614;
}
</style>