Shades of Myrtle #09480C
Tints of Myrtle #09480C
RGB
CMYK
RGB Variations
Color information
#09480C (or 0x09480C) is known color: Myrtle. HEX triplet: 09, 48 and 0C. RGB value is (9,72,12). Sum of RGB (Red+Green+Blue) = 9+72+12=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #09480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09480C is #F6B7F3. Grayscale: #2E2E2E. Windows color (decimal): -16168948 or 804873. OLE color: 804873.
HSL color Cylindrical-coordinate representation of color #09480C: hue angle of 122.86º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09480C is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 12 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.72 |
| HSL | 122.86º | 0.78% | 0.16% | - |
| HSV(B) | 122.86º | 0.88% | 0.28% | - |
| XYZ | 2.5 | 4.72 | 1.13 | - |
| YUV | 46.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 12 | 0.88 | 0 | 0.83 | 0.72 | 122.86 | 0.78 | 0.16 |
| Hex | 9 | 48 | C | 58 | 0 | 53 | 48 | 7B | 4E | 10 |
| Octal | 11 | 110 | 14 | 130 | 0 | 123 | 110 | 173 | 116 | 20 |
| Binary | 1001 | 1001000 | 1100 | 1011000 | 0 | 1010011 | 1001000 | 1111011 | 1001110 | 10000 |
Color Harmonies of #09480C
Complementary color
Monochromatic Colors of #09480C
Black with #09480C
Text Example
Text Example
White with #09480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09480C; }
p { color: rgb(9,72,12); }
H1.HeaderClassName
{
color: #09480C;
}
.AnyTagClassName
{
color: #09480C;
}
</style>
background-color css
<style>
a { background-color: #09480C; }
a { background-color: rgb(9,72,12); }
div.DivClassName
{
background-color: #09480C;
}
.BgClassName
{
background-color: #09480C;
}
</style>
border-color css
<style>
span { border-color: #09480C; }
span { border-color: rgb(9,72,12); }
td.TdClassName
{
border-color: #09480C;
}
.TagClassName
{
border-color: #09480C;
}
</style>