Shades of Myrtle #0A3A08
Tints of Myrtle #0A3A08
RGB
CMYK
RGB Variations
Color information
#0A3A08 (or 0x0A3A08) is known color: Myrtle. HEX triplet: 0A, 3A and 08. RGB value is (10,58,8). Sum of RGB (Red+Green+Blue) = 10+58+8=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 58 (23.05% from 255 or 76.32% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3A08 is #F5C5F7. Grayscale: #262626. Windows color (decimal): -16107000 or 539146. OLE color: 539146.
HSL color Cylindrical-coordinate representation of color #0A3A08: hue angle of 117.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A3A08 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 58 | 8 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.77 |
| HSL | 117.6º | 0.76% | 0.13% | - |
| HSV(B) | 117.6º | 0.86% | 0.23% | - |
| XYZ | 1.68 | 3.11 | 0.74 | - |
| YUV | 37.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 8 | 0.83 | 0 | 0.86 | 0.77 | 117.6 | 0.76 | 0.13 |
| Hex | A | 3A | 8 | 53 | 0 | 56 | 4D | 76 | 4C | D |
| Octal | 12 | 72 | 10 | 123 | 0 | 126 | 115 | 166 | 114 | 15 |
| Binary | 1010 | 111010 | 1000 | 1010011 | 0 | 1010110 | 1001101 | 1110110 | 1001100 | 1101 |
Color Harmonies of #0A3A08
Complementary color
Monochromatic Colors of #0A3A08
Black with #0A3A08
Text Example
Text Example
White with #0A3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A08; }
p { color: rgb(10,58,8); }
H1.HeaderClassName
{
color: #0A3A08;
}
.AnyTagClassName
{
color: #0A3A08;
}
</style>
background-color css
<style>
a { background-color: #0A3A08; }
a { background-color: rgb(10,58,8); }
div.DivClassName
{
background-color: #0A3A08;
}
.BgClassName
{
background-color: #0A3A08;
}
</style>
border-color css
<style>
span { border-color: #0A3A08; }
span { border-color: rgb(10,58,8); }
td.TdClassName
{
border-color: #0A3A08;
}
.TagClassName
{
border-color: #0A3A08;
}
</style>