Shades of Myrtle #0A480F
Tints of Myrtle #0A480F
RGB
CMYK
RGB Variations
Color information
#0A480F (or 0x0A480F) is known color: Myrtle. HEX triplet: 0A, 48 and 0F. RGB value is (10,72,15). Sum of RGB (Red+Green+Blue) = 10+72+15=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #0A480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A480F is #F5B7F0. Grayscale: #2F2F2F. Windows color (decimal): -16103409 or 1001482. OLE color: 1001482.
HSL color Cylindrical-coordinate representation of color #0A480F: hue angle of 124.84º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A480F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 15 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.72 |
| HSL | 124.84º | 0.76% | 0.16% | - |
| HSV(B) | 124.84º | 0.86% | 0.28% | - |
| XYZ | 2.53 | 4.73 | 1.23 | - |
| YUV | 46.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 15 | 0.86 | 0 | 0.79 | 0.72 | 124.84 | 0.76 | 0.16 |
| Hex | A | 48 | F | 56 | 0 | 4F | 48 | 7D | 4C | 10 |
| Octal | 12 | 110 | 17 | 126 | 0 | 117 | 110 | 175 | 114 | 20 |
| Binary | 1010 | 1001000 | 1111 | 1010110 | 0 | 1001111 | 1001000 | 1111101 | 1001100 | 10000 |
Color Harmonies of #0A480F
Complementary color
Monochromatic Colors of #0A480F
Black with #0A480F
Text Example
Text Example
White with #0A480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A480F; }
p { color: rgb(10,72,15); }
H1.HeaderClassName
{
color: #0A480F;
}
.AnyTagClassName
{
color: #0A480F;
}
</style>
background-color css
<style>
a { background-color: #0A480F; }
a { background-color: rgb(10,72,15); }
div.DivClassName
{
background-color: #0A480F;
}
.BgClassName
{
background-color: #0A480F;
}
</style>
border-color css
<style>
span { border-color: #0A480F; }
span { border-color: rgb(10,72,15); }
td.TdClassName
{
border-color: #0A480F;
}
.TagClassName
{
border-color: #0A480F;
}
</style>