Shades of Deep Fir #042709
Tints of Deep Fir #042709
RGB
CMYK
RGB Variations
Color information
#042709 (or 0x042709) is known color: Deep Fir. HEX triplet: 04, 27 and 09. RGB value is (4,39,9). Sum of RGB (Red+Green+Blue) = 4+39+9=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 39 (15.62% from 255 or 75% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 39 - color contains mainly: green. Hex color #042709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042709 is #FBD8F6. Grayscale: #191919. Windows color (decimal): -16505079 or 599812. OLE color: 599812.
HSL color Cylindrical-coordinate representation of color #042709: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042709 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 39 | 9 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.85 |
| HSL | 128.57º | 0.81% | 0.08% | - |
| HSV(B) | 128.57º | 0.9% | 0.15% | - |
| XYZ | 0.82 | 1.5 | 0.5 | - |
| YUV | 25.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 9 | 0.90 | 0 | 0.77 | 0.85 | 128.57 | 0.81 | 0.08 |
| Hex | 4 | 27 | 9 | 5A | 0 | 4D | 55 | 81 | 51 | 8 |
| Octal | 4 | 47 | 11 | 132 | 0 | 115 | 125 | 201 | 121 | 10 |
| Binary | 100 | 100111 | 1001 | 1011010 | 0 | 1001101 | 1010101 | 10000001 | 1010001 | 1000 |
Color Harmonies of #042709
Complementary color
Monochromatic Colors of #042709
Black with #042709
Text Example
Text Example
White with #042709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042709; }
p { color: rgb(4,39,9); }
H1.HeaderClassName
{
color: #042709;
}
.AnyTagClassName
{
color: #042709;
}
</style>
background-color css
<style>
a { background-color: #042709; }
a { background-color: rgb(4,39,9); }
div.DivClassName
{
background-color: #042709;
}
.BgClassName
{
background-color: #042709;
}
</style>
border-color css
<style>
span { border-color: #042709; }
span { border-color: rgb(4,39,9); }
td.TdClassName
{
border-color: #042709;
}
.TagClassName
{
border-color: #042709;
}
</style>