Shades of Myrtle #0A4305
Tints of Myrtle #0A4305
RGB
CMYK
RGB Variations
Color information
#0A4305 (or 0x0A4305) is known color: Myrtle. HEX triplet: 0A, 43 and 05. RGB value is (10,67,5). Sum of RGB (Red+Green+Blue) = 10+67+5=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 67 (26.56% from 255 or 81.71% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4305 is #F5BCFA. Grayscale: #2B2B2B. Windows color (decimal): -16104699 or 344842. OLE color: 344842.
HSL color Cylindrical-coordinate representation of color #0A4305: hue angle of 115.16º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4305 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 5 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.74 |
| HSL | 115.16º | 0.86% | 0.14% | - |
| HSV(B) | 115.16º | 0.93% | 0.26% | - |
| XYZ | 2.16 | 4.09 | 0.82 | - |
| YUV | 42.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 5 | 0.85 | 0 | 0.93 | 0.74 | 115.16 | 0.86 | 0.14 |
| Hex | A | 43 | 5 | 55 | 0 | 5D | 4A | 73 | 56 | E |
| Octal | 12 | 103 | 5 | 125 | 0 | 135 | 112 | 163 | 126 | 16 |
| Binary | 1010 | 1000011 | 101 | 1010101 | 0 | 1011101 | 1001010 | 1110011 | 1010110 | 1110 |
Color Harmonies of #0A4305
Complementary color
Monochromatic Colors of #0A4305
Black with #0A4305
Text Example
Text Example
White with #0A4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4305; }
p { color: rgb(10,67,5); }
H1.HeaderClassName
{
color: #0A4305;
}
.AnyTagClassName
{
color: #0A4305;
}
</style>
background-color css
<style>
a { background-color: #0A4305; }
a { background-color: rgb(10,67,5); }
div.DivClassName
{
background-color: #0A4305;
}
.BgClassName
{
background-color: #0A4305;
}
</style>
border-color css
<style>
span { border-color: #0A4305; }
span { border-color: rgb(10,67,5); }
td.TdClassName
{
border-color: #0A4305;
}
.TagClassName
{
border-color: #0A4305;
}
</style>