Shades of Myrtle #09490C
Tints of Myrtle #09490C
RGB
CMYK
RGB Variations
Color information
#09490C (or 0x09490C) is known color: Myrtle. HEX triplet: 09, 49 and 0C. RGB value is (9,73,12). Sum of RGB (Red+Green+Blue) = 9+73+12=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #09490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09490C is #F6B6F3. Grayscale: #2F2F2F. Windows color (decimal): -16168692 or 805129. OLE color: 805129.
HSL color Cylindrical-coordinate representation of color #09490C: hue angle of 122.81º 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 #09490C is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 12 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.71 |
| HSL | 122.81º | 0.78% | 0.16% | - |
| HSV(B) | 122.81º | 0.88% | 0.29% | - |
| XYZ | 2.56 | 4.85 | 1.15 | - |
| YUV | 46.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 12 | 0.88 | 0 | 0.84 | 0.71 | 122.81 | 0.78 | 0.16 |
| Hex | 9 | 49 | C | 58 | 0 | 54 | 47 | 7B | 4E | 10 |
| Octal | 11 | 111 | 14 | 130 | 0 | 124 | 107 | 173 | 116 | 20 |
| Binary | 1001 | 1001001 | 1100 | 1011000 | 0 | 1010100 | 1000111 | 1111011 | 1001110 | 10000 |
Color Harmonies of #09490C
Complementary color
Monochromatic Colors of #09490C
Black with #09490C
Text Example
Text Example
White with #09490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09490C; }
p { color: rgb(9,73,12); }
H1.HeaderClassName
{
color: #09490C;
}
.AnyTagClassName
{
color: #09490C;
}
</style>
background-color css
<style>
a { background-color: #09490C; }
a { background-color: rgb(9,73,12); }
div.DivClassName
{
background-color: #09490C;
}
.BgClassName
{
background-color: #09490C;
}
</style>
border-color css
<style>
span { border-color: #09490C; }
span { border-color: rgb(9,73,12); }
td.TdClassName
{
border-color: #09490C;
}
.TagClassName
{
border-color: #09490C;
}
</style>