Shades of Deep Fir #04370F
Tints of Deep Fir #04370F
RGB
CMYK
RGB Variations
Color information
#04370F (or 0x04370F) is known color: Deep Fir. HEX triplet: 04, 37 and 0F. RGB value is (4,55,15). Sum of RGB (Red+Green+Blue) = 4+55+15=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #04370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370F is #FBC8F0. Grayscale: #232323. Windows color (decimal): -16500977 or 997124. OLE color: 997124.
HSL color Cylindrical-coordinate representation of color #04370F: hue angle of 132.94º 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 #04370F is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 55 | 15 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.78 |
| HSL | 132.94º | 0.86% | 0.12% | - |
| HSV(B) | 132.94º | 0.93% | 0.22% | - |
| XYZ | 1.5 | 2.79 | 0.91 | - |
| YUV | 35.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 15 | 0.93 | 0 | 0.73 | 0.78 | 132.94 | 0.86 | 0.12 |
| Hex | 4 | 37 | F | 5D | 0 | 49 | 4E | 85 | 56 | C |
| Octal | 4 | 67 | 17 | 135 | 0 | 111 | 116 | 205 | 126 | 14 |
| Binary | 100 | 110111 | 1111 | 1011101 | 0 | 1001001 | 1001110 | 10000101 | 1010110 | 1100 |
Color Harmonies of #04370F
Complementary color
Monochromatic Colors of #04370F
Black with #04370F
Text Example
Text Example
White with #04370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04370F; }
p { color: rgb(4,55,15); }
H1.HeaderClassName
{
color: #04370F;
}
.AnyTagClassName
{
color: #04370F;
}
</style>
background-color css
<style>
a { background-color: #04370F; }
a { background-color: rgb(4,55,15); }
div.DivClassName
{
background-color: #04370F;
}
.BgClassName
{
background-color: #04370F;
}
</style>
border-color css
<style>
span { border-color: #04370F; }
span { border-color: rgb(4,55,15); }
td.TdClassName
{
border-color: #04370F;
}
.TagClassName
{
border-color: #04370F;
}
</style>