Shades of Deep Fir #04350D
Tints of Deep Fir #04350D
RGB
CMYK
RGB Variations
Color information
#04350D (or 0x04350D) is known color: Deep Fir. HEX triplet: 04, 35 and 0D. RGB value is (4,53,13). Sum of RGB (Red+Green+Blue) = 4+53+13=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #04350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04350D is #FBCAF2. Grayscale: #212121. Windows color (decimal): -16501491 or 865540. OLE color: 865540.
HSL color Cylindrical-coordinate representation of color #04350D: hue angle of 131.02º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04350D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 13 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.79 |
| HSL | 131.02º | 0.86% | 0.11% | - |
| HSV(B) | 131.02º | 0.92% | 0.21% | - |
| XYZ | 1.4 | 2.6 | 0.81 | - |
| YUV | 33.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 13 | 0.92 | 0 | 0.75 | 0.79 | 131.02 | 0.86 | 0.11 |
| Hex | 4 | 35 | D | 5C | 0 | 4B | 4F | 83 | 56 | B |
| Octal | 4 | 65 | 15 | 134 | 0 | 113 | 117 | 203 | 126 | 13 |
| Binary | 100 | 110101 | 1101 | 1011100 | 0 | 1001011 | 1001111 | 10000011 | 1010110 | 1011 |
Color Harmonies of #04350D
Complementary color
Monochromatic Colors of #04350D
Black with #04350D
Text Example
Text Example
White with #04350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04350D; }
p { color: rgb(4,53,13); }
H1.HeaderClassName
{
color: #04350D;
}
.AnyTagClassName
{
color: #04350D;
}
</style>
background-color css
<style>
a { background-color: #04350D; }
a { background-color: rgb(4,53,13); }
div.DivClassName
{
background-color: #04350D;
}
.BgClassName
{
background-color: #04350D;
}
</style>
border-color css
<style>
span { border-color: #04350D; }
span { border-color: rgb(4,53,13); }
td.TdClassName
{
border-color: #04350D;
}
.TagClassName
{
border-color: #04350D;
}
</style>