Shades of Myrtle #0A4A0D
Tints of Myrtle #0A4A0D
RGB
CMYK
RGB Variations
Color information
#0A4A0D (or 0x0A4A0D) is known color: Myrtle. HEX triplet: 0A, 4A and 0D. RGB value is (10,74,13). Sum of RGB (Red+Green+Blue) = 10+74+13=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4A0D is #F5B5F2. Grayscale: #303030. Windows color (decimal): -16102899 or 870922. OLE color: 870922.
HSL color Cylindrical-coordinate representation of color #0A4A0D: hue angle of 122.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4A0D is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 74 | 13 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.71 |
| HSL | 122.81º | 0.76% | 0.16% | - |
| HSV(B) | 122.81º | 0.86% | 0.29% | - |
| XYZ | 2.65 | 4.99 | 1.2 | - |
| YUV | 47.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 74 | 13 | 0.86 | 0 | 0.82 | 0.71 | 122.81 | 0.76 | 0.16 |
| Hex | A | 4A | D | 56 | 0 | 52 | 47 | 7B | 4C | 10 |
| Octal | 12 | 112 | 15 | 126 | 0 | 122 | 107 | 173 | 114 | 20 |
| Binary | 1010 | 1001010 | 1101 | 1010110 | 0 | 1010010 | 1000111 | 1111011 | 1001100 | 10000 |
Color Harmonies of #0A4A0D
Complementary color
Monochromatic Colors of #0A4A0D
Black with #0A4A0D
Text Example
Text Example
White with #0A4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4A0D; }
p { color: rgb(10,74,13); }
H1.HeaderClassName
{
color: #0A4A0D;
}
.AnyTagClassName
{
color: #0A4A0D;
}
</style>
background-color css
<style>
a { background-color: #0A4A0D; }
a { background-color: rgb(10,74,13); }
div.DivClassName
{
background-color: #0A4A0D;
}
.BgClassName
{
background-color: #0A4A0D;
}
</style>
border-color css
<style>
span { border-color: #0A4A0D; }
span { border-color: rgb(10,74,13); }
td.TdClassName
{
border-color: #0A4A0D;
}
.TagClassName
{
border-color: #0A4A0D;
}
</style>