Shades of Myrtle #09490F
Tints of Myrtle #09490F
RGB
CMYK
RGB Variations
Color information
#09490F (or 0x09490F) is known color: Myrtle. HEX triplet: 09, 49 and 0F. RGB value is (9,73,15). Sum of RGB (Red+Green+Blue) = 9+73+15=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #09490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09490F is #F6B6F0. Grayscale: #2F2F2F. Windows color (decimal): -16168689 or 1001737. OLE color: 1001737.
HSL color Cylindrical-coordinate representation of color #09490F: hue angle of 125.62º 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 #09490F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 15 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.71 |
| HSL | 125.63º | 0.78% | 0.16% | - |
| HSV(B) | 125.63º | 0.88% | 0.29% | - |
| XYZ | 2.58 | 4.86 | 1.25 | - |
| YUV | 47.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 15 | 0.88 | 0 | 0.79 | 0.71 | 125.63 | 0.78 | 0.16 |
| Hex | 9 | 49 | F | 58 | 0 | 4F | 47 | 7E | 4E | 10 |
| Octal | 11 | 111 | 17 | 130 | 0 | 117 | 107 | 176 | 116 | 20 |
| Binary | 1001 | 1001001 | 1111 | 1011000 | 0 | 1001111 | 1000111 | 1111110 | 1001110 | 10000 |
Color Harmonies of #09490F
Complementary color
Monochromatic Colors of #09490F
Black with #09490F
Text Example
Text Example
White with #09490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09490F; }
p { color: rgb(9,73,15); }
H1.HeaderClassName
{
color: #09490F;
}
.AnyTagClassName
{
color: #09490F;
}
</style>
background-color css
<style>
a { background-color: #09490F; }
a { background-color: rgb(9,73,15); }
div.DivClassName
{
background-color: #09490F;
}
.BgClassName
{
background-color: #09490F;
}
</style>
border-color css
<style>
span { border-color: #09490F; }
span { border-color: rgb(9,73,15); }
td.TdClassName
{
border-color: #09490F;
}
.TagClassName
{
border-color: #09490F;
}
</style>