Shades of Deep Fir #094619
Tints of Deep Fir #094619
RGB
CMYK
RGB Variations
Color information
#094619 (or 0x094619) is known color: Deep Fir. HEX triplet: 09, 46 and 19. RGB value is (9,70,25). Sum of RGB (Red+Green+Blue) = 9+70+25=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #094619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094619 is #F6B9E6. Grayscale: #2E2E2E. Windows color (decimal): -16169447 or 1656329. OLE color: 1656329.
HSL color Cylindrical-coordinate representation of color #094619: hue angle of 135.74º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094619 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 25 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.73 |
| HSL | 135.74º | 0.77% | 0.15% | - |
| HSV(B) | 135.74º | 0.87% | 0.27% | - |
| XYZ | 2.48 | 4.51 | 1.66 | - |
| YUV | 46.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 25 | 0.87 | 0 | 0.64 | 0.73 | 135.74 | 0.77 | 0.15 |
| Hex | 9 | 46 | 19 | 57 | 0 | 40 | 49 | 88 | 4D | F |
| Octal | 11 | 106 | 31 | 127 | 0 | 100 | 111 | 210 | 115 | 17 |
| Binary | 1001 | 1000110 | 11001 | 1010111 | 0 | 1000000 | 1001001 | 10001000 | 1001101 | 1111 |
Color Harmonies of #094619
Complementary color
Monochromatic Colors of #094619
Black with #094619
Text Example
Text Example
White with #094619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094619; }
p { color: rgb(9,70,25); }
H1.HeaderClassName
{
color: #094619;
}
.AnyTagClassName
{
color: #094619;
}
</style>
background-color css
<style>
a { background-color: #094619; }
a { background-color: rgb(9,70,25); }
div.DivClassName
{
background-color: #094619;
}
.BgClassName
{
background-color: #094619;
}
</style>
border-color css
<style>
span { border-color: #094619; }
span { border-color: rgb(9,70,25); }
td.TdClassName
{
border-color: #094619;
}
.TagClassName
{
border-color: #094619;
}
</style>