Shades of Deep Fir #094818
Tints of Deep Fir #094818
RGB
CMYK
RGB Variations
Color information
#094818 (or 0x094818) is known color: Deep Fir. HEX triplet: 09, 48 and 18. RGB value is (9,72,24). Sum of RGB (Red+Green+Blue) = 9+72+24=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #094818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094818 is #F6B7E7. Grayscale: #2F2F2F. Windows color (decimal): -16168936 or 1591305. OLE color: 1591305.
HSL color Cylindrical-coordinate representation of color #094818: hue angle of 134.29º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094818 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 24 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.72 |
| HSL | 134.29º | 0.78% | 0.16% | - |
| HSV(B) | 134.29º | 0.88% | 0.28% | - |
| XYZ | 2.59 | 4.76 | 1.65 | - |
| YUV | 47.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 24 | 0.88 | 0 | 0.67 | 0.72 | 134.29 | 0.78 | 0.16 |
| Hex | 9 | 48 | 18 | 58 | 0 | 43 | 48 | 86 | 4E | 10 |
| Octal | 11 | 110 | 30 | 130 | 0 | 103 | 110 | 206 | 116 | 20 |
| Binary | 1001 | 1001000 | 11000 | 1011000 | 0 | 1000011 | 1001000 | 10000110 | 1001110 | 10000 |
Color Harmonies of #094818
Complementary color
Monochromatic Colors of #094818
Black with #094818
Text Example
Text Example
White with #094818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094818; }
p { color: rgb(9,72,24); }
H1.HeaderClassName
{
color: #094818;
}
.AnyTagClassName
{
color: #094818;
}
</style>
background-color css
<style>
a { background-color: #094818; }
a { background-color: rgb(9,72,24); }
div.DivClassName
{
background-color: #094818;
}
.BgClassName
{
background-color: #094818;
}
</style>
border-color css
<style>
span { border-color: #094818; }
span { border-color: rgb(9,72,24); }
td.TdClassName
{
border-color: #094818;
}
.TagClassName
{
border-color: #094818;
}
</style>