Shades of Deep Fir #04350C
Tints of Deep Fir #04350C
RGB
CMYK
RGB Variations
Color information
#04350C (or 0x04350C) is known color: Deep Fir. HEX triplet: 04, 35 and 0C. RGB value is (4,53,12). Sum of RGB (Red+Green+Blue) = 4+53+12=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 53 (21.09% from 255 or 76.81% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 53 - color contains mainly: green. Hex color #04350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04350C is #FBCAF3. Grayscale: #212121. Windows color (decimal): -16501492 or 800004. OLE color: 800004.
HSL color Cylindrical-coordinate representation of color #04350C: hue angle of 129.8º 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 #04350C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 12 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.79 |
| HSL | 129.8º | 0.86% | 0.11% | - |
| HSV(B) | 129.8º | 0.92% | 0.21% | - |
| XYZ | 1.39 | 2.6 | 0.78 | - |
| YUV | 33.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 12 | 0.92 | 0 | 0.77 | 0.79 | 129.8 | 0.86 | 0.11 |
| Hex | 4 | 35 | C | 5C | 0 | 4D | 4F | 82 | 56 | B |
| Octal | 4 | 65 | 14 | 134 | 0 | 115 | 117 | 202 | 126 | 13 |
| Binary | 100 | 110101 | 1100 | 1011100 | 0 | 1001101 | 1001111 | 10000010 | 1010110 | 1011 |
Color Harmonies of #04350C
Complementary color
Monochromatic Colors of #04350C
Black with #04350C
Text Example
Text Example
White with #04350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04350C; }
p { color: rgb(4,53,12); }
H1.HeaderClassName
{
color: #04350C;
}
.AnyTagClassName
{
color: #04350C;
}
</style>
background-color css
<style>
a { background-color: #04350C; }
a { background-color: rgb(4,53,12); }
div.DivClassName
{
background-color: #04350C;
}
.BgClassName
{
background-color: #04350C;
}
</style>
border-color css
<style>
span { border-color: #04350C; }
span { border-color: rgb(4,53,12); }
td.TdClassName
{
border-color: #04350C;
}
.TagClassName
{
border-color: #04350C;
}
</style>