Shades of Myrtle #0A4000
Tints of Myrtle #0A4000
RGB
CMYK
RGB Variations
Color information
#0A4000 (or 0x0A4000) is known color: Myrtle. HEX triplet: 0A, 40 and 00. RGB value is (10,64,0). Sum of RGB (Red+Green+Blue) = 10+64+0=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4000 is #F5BFFF. Grayscale: #282828. Windows color (decimal): -16105472 or 16394. OLE color: 16394.
HSL color Cylindrical-coordinate representation of color #0A4000: hue angle of 110.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A4000 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.75 |
| HSL | 110.63º | 1% | 0.13% | - |
| HSV(B) | 110.63º | 1% | 0.25% | - |
| XYZ | 1.96 | 3.73 | 0.62 | - |
| YUV | 40.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 0 | 0.84 | 0 | 1 | 0.75 | 110.63 | 1 | 0.13 |
| Hex | A | 40 | 0 | 54 | 0 | 64 | 4B | 6F | 64 | D |
| Octal | 12 | 100 | 0 | 124 | 0 | 144 | 113 | 157 | 144 | 15 |
| Binary | 1010 | 1000000 | 0 | 1010100 | 0 | 1100100 | 1001011 | 1101111 | 1100100 | 1101 |
Color Harmonies of #0A4000
Complementary color
Monochromatic Colors of #0A4000
Black with #0A4000
Text Example
Text Example
White with #0A4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4000; }
p { color: rgb(10,64,0); }
H1.HeaderClassName
{
color: #0A4000;
}
.AnyTagClassName
{
color: #0A4000;
}
</style>
background-color css
<style>
a { background-color: #0A4000; }
a { background-color: rgb(10,64,0); }
div.DivClassName
{
background-color: #0A4000;
}
.BgClassName
{
background-color: #0A4000;
}
</style>
border-color css
<style>
span { border-color: #0A4000; }
span { border-color: rgb(10,64,0); }
td.TdClassName
{
border-color: #0A4000;
}
.TagClassName
{
border-color: #0A4000;
}
</style>