Shades of Myrtle #0A3F04
Tints of Myrtle #0A3F04
RGB
CMYK
RGB Variations
Color information
#0A3F04 (or 0x0A3F04) is known color: Myrtle. HEX triplet: 0A, 3F and 04. RGB value is (10,63,4). Sum of RGB (Red+Green+Blue) = 10+63+4=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 63 (25% from 255 or 81.82% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3F04 is #F5C0FB. Grayscale: #282828. Windows color (decimal): -16105724 or 278282. OLE color: 278282.
HSL color Cylindrical-coordinate representation of color #0A3F04: hue angle of 113.9º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3F04 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 63 | 4 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.75 |
| HSL | 113.9º | 0.88% | 0.13% | - |
| HSV(B) | 113.9º | 0.94% | 0.25% | - |
| XYZ | 1.92 | 3.63 | 0.71 | - |
| YUV | 40.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 4 | 0.84 | 0 | 0.94 | 0.75 | 113.9 | 0.88 | 0.13 |
| Hex | A | 3F | 4 | 54 | 0 | 5E | 4B | 72 | 58 | D |
| Octal | 12 | 77 | 4 | 124 | 0 | 136 | 113 | 162 | 130 | 15 |
| Binary | 1010 | 111111 | 100 | 1010100 | 0 | 1011110 | 1001011 | 1110010 | 1011000 | 1101 |
Color Harmonies of #0A3F04
Complementary color
Monochromatic Colors of #0A3F04
Black with #0A3F04
Text Example
Text Example
White with #0A3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F04; }
p { color: rgb(10,63,4); }
H1.HeaderClassName
{
color: #0A3F04;
}
.AnyTagClassName
{
color: #0A3F04;
}
</style>
background-color css
<style>
a { background-color: #0A3F04; }
a { background-color: rgb(10,63,4); }
div.DivClassName
{
background-color: #0A3F04;
}
.BgClassName
{
background-color: #0A3F04;
}
</style>
border-color css
<style>
span { border-color: #0A3F04; }
span { border-color: rgb(10,63,4); }
td.TdClassName
{
border-color: #0A3F04;
}
.TagClassName
{
border-color: #0A3F04;
}
</style>