Shades of Myrtle #094211
Tints of Myrtle #094211
RGB
CMYK
RGB Variations
Color information
#094211 (or 0x094211) is known color: Myrtle. HEX triplet: 09, 42 and 11. RGB value is (9,66,17). Sum of RGB (Red+Green+Blue) = 9+66+17=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #094211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094211 is #F6BDEE. Grayscale: #2B2B2B. Windows color (decimal): -16170479 or 1131017. OLE color: 1131017.
HSL color Cylindrical-coordinate representation of color #094211: hue angle of 128.42º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094211 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 17 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.74 |
| HSL | 128.42º | 0.76% | 0.15% | - |
| HSV(B) | 128.42º | 0.86% | 0.26% | - |
| XYZ | 2.16 | 3.99 | 1.19 | - |
| YUV | 43.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 17 | 0.86 | 0 | 0.74 | 0.74 | 128.42 | 0.76 | 0.15 |
| Hex | 9 | 42 | 11 | 56 | 0 | 4A | 4A | 80 | 4C | F |
| Octal | 11 | 102 | 21 | 126 | 0 | 112 | 112 | 200 | 114 | 17 |
| Binary | 1001 | 1000010 | 10001 | 1010110 | 0 | 1001010 | 1001010 | 10000000 | 1001100 | 1111 |
Color Harmonies of #094211
Complementary color
Monochromatic Colors of #094211
Black with #094211
Text Example
Text Example
White with #094211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094211; }
p { color: rgb(9,66,17); }
H1.HeaderClassName
{
color: #094211;
}
.AnyTagClassName
{
color: #094211;
}
</style>
background-color css
<style>
a { background-color: #094211; }
a { background-color: rgb(9,66,17); }
div.DivClassName
{
background-color: #094211;
}
.BgClassName
{
background-color: #094211;
}
</style>
border-color css
<style>
span { border-color: #094211; }
span { border-color: rgb(9,66,17); }
td.TdClassName
{
border-color: #094211;
}
.TagClassName
{
border-color: #094211;
}
</style>