Shades of Deep Fir #04460F
Tints of Deep Fir #04460F
RGB
CMYK
RGB Variations
Color information
#04460F (or 0x04460F) is known color: Deep Fir. HEX triplet: 04, 46 and 0F. RGB value is (4,70,15). Sum of RGB (Red+Green+Blue) = 4+70+15=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #04460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04460F is #FBB9F0. Grayscale: #2C2C2C. Windows color (decimal): -16497137 or 1000964. OLE color: 1000964.
HSL color Cylindrical-coordinate representation of color #04460F: hue angle of 130º 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 #04460F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 70 | 15 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.73 |
| HSL | 130º | 0.89% | 0.15% | - |
| HSV(B) | 130º | 0.94% | 0.27% | - |
| XYZ | 2.33 | 4.44 | 1.19 | - |
| YUV | 44 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 15 | 0.94 | 0 | 0.79 | 0.73 | 130 | 0.89 | 0.15 |
| Hex | 4 | 46 | F | 5E | 0 | 4F | 49 | 82 | 59 | F |
| Octal | 4 | 106 | 17 | 136 | 0 | 117 | 111 | 202 | 131 | 17 |
| Binary | 100 | 1000110 | 1111 | 1011110 | 0 | 1001111 | 1001001 | 10000010 | 1011001 | 1111 |
Color Harmonies of #04460F
Complementary color
Monochromatic Colors of #04460F
Black with #04460F
Text Example
Text Example
White with #04460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04460F; }
p { color: rgb(4,70,15); }
H1.HeaderClassName
{
color: #04460F;
}
.AnyTagClassName
{
color: #04460F;
}
</style>
background-color css
<style>
a { background-color: #04460F; }
a { background-color: rgb(4,70,15); }
div.DivClassName
{
background-color: #04460F;
}
.BgClassName
{
background-color: #04460F;
}
</style>
border-color css
<style>
span { border-color: #04460F; }
span { border-color: rgb(4,70,15); }
td.TdClassName
{
border-color: #04460F;
}
.TagClassName
{
border-color: #04460F;
}
</style>