Shades of Myrtle #0A4C10
Tints of Myrtle #0A4C10
RGB
CMYK
RGB Variations
Color information
#0A4C10 (or 0x0A4C10) is known color: Myrtle. HEX triplet: 0A, 4C and 10. RGB value is (10,76,16). Sum of RGB (Red+Green+Blue) = 10+76+16=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 76 (30.08% from 255 or 74.51% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4C10 is #F5B3EF. Grayscale: #313131. Windows color (decimal): -16102384 or 1068042. OLE color: 1068042.
HSL color Cylindrical-coordinate representation of color #0A4C10: hue angle of 125.45º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C10 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 76 | 16 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.70 |
| HSL | 125.45º | 0.77% | 0.17% | - |
| HSV(B) | 125.45º | 0.87% | 0.3% | - |
| XYZ | 2.8 | 5.27 | 1.36 | - |
| YUV | 49.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 76 | 16 | 0.87 | 0 | 0.79 | 0.70 | 125.45 | 0.77 | 0.17 |
| Hex | A | 4C | 10 | 57 | 0 | 4F | 46 | 7D | 4D | 11 |
| Octal | 12 | 114 | 20 | 127 | 0 | 117 | 106 | 175 | 115 | 21 |
| Binary | 1010 | 1001100 | 10000 | 1010111 | 0 | 1001111 | 1000110 | 1111101 | 1001101 | 10001 |
Color Harmonies of #0A4C10
Complementary color
Monochromatic Colors of #0A4C10
Black with #0A4C10
Text Example
Text Example
White with #0A4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4C10; }
p { color: rgb(10,76,16); }
H1.HeaderClassName
{
color: #0A4C10;
}
.AnyTagClassName
{
color: #0A4C10;
}
</style>
background-color css
<style>
a { background-color: #0A4C10; }
a { background-color: rgb(10,76,16); }
div.DivClassName
{
background-color: #0A4C10;
}
.BgClassName
{
background-color: #0A4C10;
}
</style>
border-color css
<style>
span { border-color: #0A4C10; }
span { border-color: rgb(10,76,16); }
td.TdClassName
{
border-color: #0A4C10;
}
.TagClassName
{
border-color: #0A4C10;
}
</style>