Shades of Deep Fir #04360D
Tints of Deep Fir #04360D
RGB
CMYK
RGB Variations
Color information
#04360D (or 0x04360D) is known color: Deep Fir. HEX triplet: 04, 36 and 0D. RGB value is (4,54,13). Sum of RGB (Red+Green+Blue) = 4+54+13=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #04360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04360D is #FBC9F2. Grayscale: #222222. Windows color (decimal): -16501235 or 865796. OLE color: 865796.
HSL color Cylindrical-coordinate representation of color #04360D: hue angle of 130.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04360D is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 54 | 13 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.79 |
| HSL | 130.8º | 0.86% | 0.11% | - |
| HSV(B) | 130.8º | 0.93% | 0.21% | - |
| XYZ | 1.44 | 2.69 | 0.82 | - |
| YUV | 34.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 13 | 0.93 | 0 | 0.76 | 0.79 | 130.8 | 0.86 | 0.11 |
| Hex | 4 | 36 | D | 5D | 0 | 4C | 4F | 83 | 56 | B |
| Octal | 4 | 66 | 15 | 135 | 0 | 114 | 117 | 203 | 126 | 13 |
| Binary | 100 | 110110 | 1101 | 1011101 | 0 | 1001100 | 1001111 | 10000011 | 1010110 | 1011 |
Color Harmonies of #04360D
Complementary color
Monochromatic Colors of #04360D
Black with #04360D
Text Example
Text Example
White with #04360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04360D; }
p { color: rgb(4,54,13); }
H1.HeaderClassName
{
color: #04360D;
}
.AnyTagClassName
{
color: #04360D;
}
</style>
background-color css
<style>
a { background-color: #04360D; }
a { background-color: rgb(4,54,13); }
div.DivClassName
{
background-color: #04360D;
}
.BgClassName
{
background-color: #04360D;
}
</style>
border-color css
<style>
span { border-color: #04360D; }
span { border-color: rgb(4,54,13); }
td.TdClassName
{
border-color: #04360D;
}
.TagClassName
{
border-color: #04360D;
}
</style>