Shades of Deep Fir #094D15
Tints of Deep Fir #094D15
RGB
CMYK
RGB Variations
Color information
#094D15 (or 0x094D15) is known color: Deep Fir. HEX triplet: 09, 4D and 15. RGB value is (9,77,21). Sum of RGB (Red+Green+Blue) = 9+77+21=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #094D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D15 is #F6B2EA. Grayscale: #323232. Windows color (decimal): -16167659 or 1395977. OLE color: 1395977.
HSL color Cylindrical-coordinate representation of color #094D15: hue angle of 130.59º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D15 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 21 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.70 |
| HSL | 130.59º | 0.79% | 0.17% | - |
| HSV(B) | 130.59º | 0.88% | 0.3% | - |
| XYZ | 2.9 | 5.42 | 1.6 | - |
| YUV | 50.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 21 | 0.88 | 0 | 0.73 | 0.70 | 130.59 | 0.79 | 0.17 |
| Hex | 9 | 4D | 15 | 58 | 0 | 49 | 46 | 83 | 4F | 11 |
| Octal | 11 | 115 | 25 | 130 | 0 | 111 | 106 | 203 | 117 | 21 |
| Binary | 1001 | 1001101 | 10101 | 1011000 | 0 | 1001001 | 1000110 | 10000011 | 1001111 | 10001 |
Color Harmonies of #094D15
Complementary color
Monochromatic Colors of #094D15
Black with #094D15
Text Example
Text Example
White with #094D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D15; }
p { color: rgb(9,77,21); }
H1.HeaderClassName
{
color: #094D15;
}
.AnyTagClassName
{
color: #094D15;
}
</style>
background-color css
<style>
a { background-color: #094D15; }
a { background-color: rgb(9,77,21); }
div.DivClassName
{
background-color: #094D15;
}
.BgClassName
{
background-color: #094D15;
}
</style>
border-color css
<style>
span { border-color: #094D15; }
span { border-color: rgb(9,77,21); }
td.TdClassName
{
border-color: #094D15;
}
.TagClassName
{
border-color: #094D15;
}
</style>