Shades of Myrtle #0A4505
Tints of Myrtle #0A4505
RGB
CMYK
RGB Variations
Color information
#0A4505 (or 0x0A4505) is known color: Myrtle. HEX triplet: 0A, 45 and 05. RGB value is (10,69,5). Sum of RGB (Red+Green+Blue) = 10+69+5=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 69 (27.34% from 255 or 82.14% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4505 is #F5BAFA. Grayscale: #2C2C2C. Windows color (decimal): -16104187 or 345354. OLE color: 345354.
HSL color Cylindrical-coordinate representation of color #0A4505: hue angle of 115.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4505 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 5 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.73 |
| HSL | 115.31º | 0.86% | 0.15% | - |
| HSV(B) | 115.31º | 0.93% | 0.27% | - |
| XYZ | 2.28 | 4.33 | 0.86 | - |
| YUV | 44.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 5 | 0.86 | 0 | 0.93 | 0.73 | 115.31 | 0.86 | 0.15 |
| Hex | A | 45 | 5 | 56 | 0 | 5D | 49 | 73 | 56 | F |
| Octal | 12 | 105 | 5 | 126 | 0 | 135 | 111 | 163 | 126 | 17 |
| Binary | 1010 | 1000101 | 101 | 1010110 | 0 | 1011101 | 1001001 | 1110011 | 1010110 | 1111 |
Color Harmonies of #0A4505
Complementary color
Monochromatic Colors of #0A4505
Black with #0A4505
Text Example
Text Example
White with #0A4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4505; }
p { color: rgb(10,69,5); }
H1.HeaderClassName
{
color: #0A4505;
}
.AnyTagClassName
{
color: #0A4505;
}
</style>
background-color css
<style>
a { background-color: #0A4505; }
a { background-color: rgb(10,69,5); }
div.DivClassName
{
background-color: #0A4505;
}
.BgClassName
{
background-color: #0A4505;
}
</style>
border-color css
<style>
span { border-color: #0A4505; }
span { border-color: rgb(10,69,5); }
td.TdClassName
{
border-color: #0A4505;
}
.TagClassName
{
border-color: #0A4505;
}
</style>