Shades of Deep Fir #04320D
Tints of Deep Fir #04320D
RGB
CMYK
RGB Variations
Color information
#04320D (or 0x04320D) is known color: Deep Fir. HEX triplet: 04, 32 and 0D. RGB value is (4,50,13). Sum of RGB (Red+Green+Blue) = 4+50+13=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #04320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320D is #FBCDF2. Grayscale: #202020. Windows color (decimal): -16502259 or 864772. OLE color: 864772.
HSL color Cylindrical-coordinate representation of color #04320D: hue angle of 131.74º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04320D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 13 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.80 |
| HSL | 131.74º | 0.85% | 0.11% | - |
| HSV(B) | 131.74º | 0.92% | 0.2% | - |
| XYZ | 1.26 | 2.34 | 0.77 | - |
| YUV | 32.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 13 | 0.92 | 0 | 0.74 | 0.80 | 131.74 | 0.85 | 0.11 |
| Hex | 4 | 32 | D | 5C | 0 | 4A | 50 | 84 | 55 | B |
| Octal | 4 | 62 | 15 | 134 | 0 | 112 | 120 | 204 | 125 | 13 |
| Binary | 100 | 110010 | 1101 | 1011100 | 0 | 1001010 | 1010000 | 10000100 | 1010101 | 1011 |
Color Harmonies of #04320D
Complementary color
Monochromatic Colors of #04320D
Black with #04320D
Text Example
Text Example
White with #04320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04320D; }
p { color: rgb(4,50,13); }
H1.HeaderClassName
{
color: #04320D;
}
.AnyTagClassName
{
color: #04320D;
}
</style>
background-color css
<style>
a { background-color: #04320D; }
a { background-color: rgb(4,50,13); }
div.DivClassName
{
background-color: #04320D;
}
.BgClassName
{
background-color: #04320D;
}
</style>
border-color css
<style>
span { border-color: #04320D; }
span { border-color: rgb(4,50,13); }
td.TdClassName
{
border-color: #04320D;
}
.TagClassName
{
border-color: #04320D;
}
</style>