Shades of Myrtle #0A4904
Tints of Myrtle #0A4904
RGB
CMYK
RGB Variations
Color information
#0A4904 (or 0x0A4904) is known color: Myrtle. HEX triplet: 0A, 49 and 04. RGB value is (10,73,4). Sum of RGB (Red+Green+Blue) = 10+73+4=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 73 (28.91% from 255 or 83.91% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4904 is #F5B6FB. Grayscale: #2E2E2E. Windows color (decimal): -16103164 or 280842. OLE color: 280842.
HSL color Cylindrical-coordinate representation of color #0A4904: hue angle of 114.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4904 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 4 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.71 |
| HSL | 114.78º | 0.9% | 0.15% | - |
| HSV(B) | 114.78º | 0.95% | 0.29% | - |
| XYZ | 2.53 | 4.84 | 0.92 | - |
| YUV | 46.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 4 | 0.86 | 0 | 0.95 | 0.71 | 114.78 | 0.9 | 0.15 |
| Hex | A | 49 | 4 | 56 | 0 | 5F | 47 | 73 | 5A | F |
| Octal | 12 | 111 | 4 | 126 | 0 | 137 | 107 | 163 | 132 | 17 |
| Binary | 1010 | 1001001 | 100 | 1010110 | 0 | 1011111 | 1000111 | 1110011 | 1011010 | 1111 |
Color Harmonies of #0A4904
Complementary color
Monochromatic Colors of #0A4904
Black with #0A4904
Text Example
Text Example
White with #0A4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4904; }
p { color: rgb(10,73,4); }
H1.HeaderClassName
{
color: #0A4904;
}
.AnyTagClassName
{
color: #0A4904;
}
</style>
background-color css
<style>
a { background-color: #0A4904; }
a { background-color: rgb(10,73,4); }
div.DivClassName
{
background-color: #0A4904;
}
.BgClassName
{
background-color: #0A4904;
}
</style>
border-color css
<style>
span { border-color: #0A4904; }
span { border-color: rgb(10,73,4); }
td.TdClassName
{
border-color: #0A4904;
}
.TagClassName
{
border-color: #0A4904;
}
</style>