Shades of Deep Fir #04370E
Tints of Deep Fir #04370E
RGB
CMYK
RGB Variations
Color information
#04370E (or 0x04370E) is known color: Deep Fir. HEX triplet: 04, 37 and 0E. RGB value is (4,55,14). Sum of RGB (Red+Green+Blue) = 4+55+14=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #04370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370E is #FBC8F1. Grayscale: #232323. Windows color (decimal): -16500978 or 931588. OLE color: 931588.
HSL color Cylindrical-coordinate representation of color #04370E: hue angle of 131.76º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04370E is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 55 | 14 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.78 |
| HSL | 131.76º | 0.86% | 0.12% | - |
| HSV(B) | 131.76º | 0.93% | 0.22% | - |
| XYZ | 1.5 | 2.79 | 0.88 | - |
| YUV | 35.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 14 | 0.93 | 0 | 0.75 | 0.78 | 131.76 | 0.86 | 0.12 |
| Hex | 4 | 37 | E | 5D | 0 | 4B | 4E | 84 | 56 | C |
| Octal | 4 | 67 | 16 | 135 | 0 | 113 | 116 | 204 | 126 | 14 |
| Binary | 100 | 110111 | 1110 | 1011101 | 0 | 1001011 | 1001110 | 10000100 | 1010110 | 1100 |
Color Harmonies of #04370E
Complementary color
Monochromatic Colors of #04370E
Black with #04370E
Text Example
Text Example
White with #04370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04370E; }
p { color: rgb(4,55,14); }
H1.HeaderClassName
{
color: #04370E;
}
.AnyTagClassName
{
color: #04370E;
}
</style>
background-color css
<style>
a { background-color: #04370E; }
a { background-color: rgb(4,55,14); }
div.DivClassName
{
background-color: #04370E;
}
.BgClassName
{
background-color: #04370E;
}
</style>
border-color css
<style>
span { border-color: #04370E; }
span { border-color: rgb(4,55,14); }
td.TdClassName
{
border-color: #04370E;
}
.TagClassName
{
border-color: #04370E;
}
</style>