Shades of Myrtle #094A0D
Tints of Myrtle #094A0D
RGB
CMYK
RGB Variations
Color information
#094A0D (or 0x094A0D) is known color: Myrtle. HEX triplet: 09, 4A and 0D. RGB value is (9,74,13). Sum of RGB (Red+Green+Blue) = 9+74+13=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 74 (29.30% from 255 or 77.08% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 74 - color contains mainly: green. Hex color #094A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A0D is #F6B5F2. Grayscale: #2F2F2F. Windows color (decimal): -16168435 or 870921. OLE color: 870921.
HSL color Cylindrical-coordinate representation of color #094A0D: hue angle of 123.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A0D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 13 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.71 |
| HSL | 123.69º | 0.78% | 0.16% | - |
| HSV(B) | 123.69º | 0.88% | 0.29% | - |
| XYZ | 2.63 | 4.98 | 1.2 | - |
| YUV | 47.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 13 | 0.88 | 0 | 0.82 | 0.71 | 123.69 | 0.78 | 0.16 |
| Hex | 9 | 4A | D | 58 | 0 | 52 | 47 | 7C | 4E | 10 |
| Octal | 11 | 112 | 15 | 130 | 0 | 122 | 107 | 174 | 116 | 20 |
| Binary | 1001 | 1001010 | 1101 | 1011000 | 0 | 1010010 | 1000111 | 1111100 | 1001110 | 10000 |
Color Harmonies of #094A0D
Complementary color
Monochromatic Colors of #094A0D
Black with #094A0D
Text Example
Text Example
White with #094A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A0D; }
p { color: rgb(9,74,13); }
H1.HeaderClassName
{
color: #094A0D;
}
.AnyTagClassName
{
color: #094A0D;
}
</style>
background-color css
<style>
a { background-color: #094A0D; }
a { background-color: rgb(9,74,13); }
div.DivClassName
{
background-color: #094A0D;
}
.BgClassName
{
background-color: #094A0D;
}
</style>
border-color css
<style>
span { border-color: #094A0D; }
span { border-color: rgb(9,74,13); }
td.TdClassName
{
border-color: #094A0D;
}
.TagClassName
{
border-color: #094A0D;
}
</style>