Shades of Deep Fir #094D1B
Tints of Deep Fir #094D1B
RGB
CMYK
RGB Variations
Color information
#094D1B (or 0x094D1B) is known color: Deep Fir. HEX triplet: 09, 4D and 1B. RGB value is (9,77,27). Sum of RGB (Red+Green+Blue) = 9+77+27=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #094D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D1B is #F6B2E4. Grayscale: #333333. Windows color (decimal): -16167653 or 1789193. OLE color: 1789193.
HSL color Cylindrical-coordinate representation of color #094D1B: hue angle of 135.88º 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 #094D1B is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 27 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.70 |
| HSL | 135.88º | 0.79% | 0.17% | - |
| HSV(B) | 135.88º | 0.88% | 0.3% | - |
| XYZ | 2.96 | 5.44 | 1.93 | - |
| YUV | 50.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 27 | 0.88 | 0 | 0.65 | 0.70 | 135.88 | 0.79 | 0.17 |
| Hex | 9 | 4D | 1B | 58 | 0 | 41 | 46 | 88 | 4F | 11 |
| Octal | 11 | 115 | 33 | 130 | 0 | 101 | 106 | 210 | 117 | 21 |
| Binary | 1001 | 1001101 | 11011 | 1011000 | 0 | 1000001 | 1000110 | 10001000 | 1001111 | 10001 |
Color Harmonies of #094D1B
Complementary color
Monochromatic Colors of #094D1B
Black with #094D1B
Text Example
Text Example
White with #094D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D1B; }
p { color: rgb(9,77,27); }
H1.HeaderClassName
{
color: #094D1B;
}
.AnyTagClassName
{
color: #094D1B;
}
</style>
background-color css
<style>
a { background-color: #094D1B; }
a { background-color: rgb(9,77,27); }
div.DivClassName
{
background-color: #094D1B;
}
.BgClassName
{
background-color: #094D1B;
}
</style>
border-color css
<style>
span { border-color: #094D1B; }
span { border-color: rgb(9,77,27); }
td.TdClassName
{
border-color: #094D1B;
}
.TagClassName
{
border-color: #094D1B;
}
</style>