Shades of Deep Fir #04370D
Tints of Deep Fir #04370D
RGB
CMYK
RGB Variations
Color information
#04370D (or 0x04370D) is known color: Deep Fir. HEX triplet: 04, 37 and 0D. RGB value is (4,55,13). Sum of RGB (Red+Green+Blue) = 4+55+13=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #04370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370D is #FBC8F2. Grayscale: #232323. Windows color (decimal): -16500979 or 866052. OLE color: 866052.
HSL color Cylindrical-coordinate representation of color #04370D: hue angle of 130.59º 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 #04370D is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 55 | 13 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.78 |
| HSL | 130.59º | 0.86% | 0.12% | - |
| HSV(B) | 130.59º | 0.93% | 0.22% | - |
| XYZ | 1.49 | 2.79 | 0.84 | - |
| YUV | 34.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 13 | 0.93 | 0 | 0.76 | 0.78 | 130.59 | 0.86 | 0.12 |
| Hex | 4 | 37 | D | 5D | 0 | 4C | 4E | 83 | 56 | C |
| Octal | 4 | 67 | 15 | 135 | 0 | 114 | 116 | 203 | 126 | 14 |
| Binary | 100 | 110111 | 1101 | 1011101 | 0 | 1001100 | 1001110 | 10000011 | 1010110 | 1100 |
Color Harmonies of #04370D
Complementary color
Monochromatic Colors of #04370D
Black with #04370D
Text Example
Text Example
White with #04370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04370D; }
p { color: rgb(4,55,13); }
H1.HeaderClassName
{
color: #04370D;
}
.AnyTagClassName
{
color: #04370D;
}
</style>
background-color css
<style>
a { background-color: #04370D; }
a { background-color: rgb(4,55,13); }
div.DivClassName
{
background-color: #04370D;
}
.BgClassName
{
background-color: #04370D;
}
</style>
border-color css
<style>
span { border-color: #04370D; }
span { border-color: rgb(4,55,13); }
td.TdClassName
{
border-color: #04370D;
}
.TagClassName
{
border-color: #04370D;
}
</style>