Shades of Deep Fir #042609
Tints of Deep Fir #042609
RGB
CMYK
RGB Variations
Color information
#042609 (or 0x042609) is known color: Deep Fir. HEX triplet: 04, 26 and 09. RGB value is (4,38,9). Sum of RGB (Red+Green+Blue) = 4+38+9=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #042609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042609 is #FBD9F6. Grayscale: #181818. Windows color (decimal): -16505335 or 599556. OLE color: 599556.
HSL color Cylindrical-coordinate representation of color #042609: hue angle of 128.82º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042609 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 9 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.85 |
| HSL | 128.82º | 0.81% | 0.08% | - |
| HSV(B) | 128.82º | 0.89% | 0.15% | - |
| XYZ | 0.79 | 1.43 | 0.49 | - |
| YUV | 24.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 9 | 0.89 | 0 | 0.76 | 0.85 | 128.82 | 0.81 | 0.08 |
| Hex | 4 | 26 | 9 | 59 | 0 | 4C | 55 | 81 | 51 | 8 |
| Octal | 4 | 46 | 11 | 131 | 0 | 114 | 125 | 201 | 121 | 10 |
| Binary | 100 | 100110 | 1001 | 1011001 | 0 | 1001100 | 1010101 | 10000001 | 1010001 | 1000 |
Color Harmonies of #042609
Complementary color
Monochromatic Colors of #042609
Black with #042609
Text Example
Text Example
White with #042609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042609; }
p { color: rgb(4,38,9); }
H1.HeaderClassName
{
color: #042609;
}
.AnyTagClassName
{
color: #042609;
}
</style>
background-color css
<style>
a { background-color: #042609; }
a { background-color: rgb(4,38,9); }
div.DivClassName
{
background-color: #042609;
}
.BgClassName
{
background-color: #042609;
}
</style>
border-color css
<style>
span { border-color: #042609; }
span { border-color: rgb(4,38,9); }
td.TdClassName
{
border-color: #042609;
}
.TagClassName
{
border-color: #042609;
}
</style>