Shades of Deep Fir #04320A
Tints of Deep Fir #04320A
RGB
CMYK
RGB Variations
Color information
#04320A (or 0x04320A) is known color: Deep Fir. HEX triplet: 04, 32 and 0A. RGB value is (4,50,10). Sum of RGB (Red+Green+Blue) = 4+50+10=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #04320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320A is #FBCDF5. Grayscale: #1F1F1F. Windows color (decimal): -16502262 or 668164. OLE color: 668164.
HSL color Cylindrical-coordinate representation of color #04320A: hue angle of 127.83º 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 #04320A is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 10 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.80 |
| HSL | 127.83º | 0.85% | 0.11% | - |
| HSV(B) | 127.83º | 0.92% | 0.2% | - |
| XYZ | 1.25 | 2.33 | 0.67 | - |
| YUV | 31.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 10 | 0.92 | 0 | 0.80 | 0.80 | 127.83 | 0.85 | 0.11 |
| Hex | 4 | 32 | A | 5C | 0 | 50 | 50 | 80 | 55 | B |
| Octal | 4 | 62 | 12 | 134 | 0 | 120 | 120 | 200 | 125 | 13 |
| Binary | 100 | 110010 | 1010 | 1011100 | 0 | 1010000 | 1010000 | 10000000 | 1010101 | 1011 |
Color Harmonies of #04320A
Complementary color
Monochromatic Colors of #04320A
Black with #04320A
Text Example
Text Example
White with #04320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04320A; }
p { color: rgb(4,50,10); }
H1.HeaderClassName
{
color: #04320A;
}
.AnyTagClassName
{
color: #04320A;
}
</style>
background-color css
<style>
a { background-color: #04320A; }
a { background-color: rgb(4,50,10); }
div.DivClassName
{
background-color: #04320A;
}
.BgClassName
{
background-color: #04320A;
}
</style>
border-color css
<style>
span { border-color: #04320A; }
span { border-color: rgb(4,50,10); }
td.TdClassName
{
border-color: #04320A;
}
.TagClassName
{
border-color: #04320A;
}
</style>