Shades of Deep Fir #044315
Tints of Deep Fir #044315
RGB
CMYK
RGB Variations
Color information
#044315 (or 0x044315) is known color: Deep Fir. HEX triplet: 04, 43 and 15. RGB value is (4,67,21). Sum of RGB (Red+Green+Blue) = 4+67+21=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #044315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044315 is #FBBCEA. Grayscale: #2B2B2B. Windows color (decimal): -16497899 or 1393412. OLE color: 1393412.
HSL color Cylindrical-coordinate representation of color #044315: hue angle of 136.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044315 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 21 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.74 |
| HSL | 136.19º | 0.89% | 0.14% | - |
| HSV(B) | 136.19º | 0.94% | 0.26% | - |
| XYZ | 2.19 | 4.09 | 1.38 | - |
| YUV | 42.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 21 | 0.94 | 0 | 0.69 | 0.74 | 136.19 | 0.89 | 0.14 |
| Hex | 4 | 43 | 15 | 5E | 0 | 45 | 4A | 88 | 59 | E |
| Octal | 4 | 103 | 25 | 136 | 0 | 105 | 112 | 210 | 131 | 16 |
| Binary | 100 | 1000011 | 10101 | 1011110 | 0 | 1000101 | 1001010 | 10001000 | 1011001 | 1110 |
Color Harmonies of #044315
Complementary color
Monochromatic Colors of #044315
Black with #044315
Text Example
Text Example
White with #044315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044315; }
p { color: rgb(4,67,21); }
H1.HeaderClassName
{
color: #044315;
}
.AnyTagClassName
{
color: #044315;
}
</style>
background-color css
<style>
a { background-color: #044315; }
a { background-color: rgb(4,67,21); }
div.DivClassName
{
background-color: #044315;
}
.BgClassName
{
background-color: #044315;
}
</style>
border-color css
<style>
span { border-color: #044315; }
span { border-color: rgb(4,67,21); }
td.TdClassName
{
border-color: #044315;
}
.TagClassName
{
border-color: #044315;
}
</style>