Shades of Myrtle #0A3305
Tints of Myrtle #0A3305
RGB
CMYK
RGB Variations
Color information
#0A3305 (or 0x0A3305) is known color: Myrtle. HEX triplet: 0A, 33 and 05. RGB value is (10,51,5). Sum of RGB (Red+Green+Blue) = 10+51+5=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3305 is #F5CCFA. Grayscale: #212121. Windows color (decimal): -16108795 or 340746. OLE color: 340746.
HSL color Cylindrical-coordinate representation of color #0A3305: hue angle of 113.48º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3305 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 51 | 5 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.8 |
| HSL | 113.48º | 0.82% | 0.11% | - |
| HSV(B) | 113.48º | 0.9% | 0.2% | - |
| XYZ | 1.34 | 2.44 | 0.54 | - |
| YUV | 33.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 5 | 0.80 | 0 | 0.90 | 0.8 | 113.48 | 0.82 | 0.11 |
| Hex | A | 33 | 5 | 50 | 0 | 5A | 50 | 71 | 52 | B |
| Octal | 12 | 63 | 5 | 120 | 0 | 132 | 120 | 161 | 122 | 13 |
| Binary | 1010 | 110011 | 101 | 1010000 | 0 | 1011010 | 1010000 | 1110001 | 1010010 | 1011 |
Color Harmonies of #0A3305
Complementary color
Monochromatic Colors of #0A3305
Black with #0A3305
Text Example
Text Example
White with #0A3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3305; }
p { color: rgb(10,51,5); }
H1.HeaderClassName
{
color: #0A3305;
}
.AnyTagClassName
{
color: #0A3305;
}
</style>
background-color css
<style>
a { background-color: #0A3305; }
a { background-color: rgb(10,51,5); }
div.DivClassName
{
background-color: #0A3305;
}
.BgClassName
{
background-color: #0A3305;
}
</style>
border-color css
<style>
span { border-color: #0A3305; }
span { border-color: rgb(10,51,5); }
td.TdClassName
{
border-color: #0A3305;
}
.TagClassName
{
border-color: #0A3305;
}
</style>