Shades of Myrtle #0E530A
Tints of Myrtle #0E530A
RGB
CMYK
RGB Variations
Color information
#0E530A (or 0x0E530A) is known color: Myrtle. HEX triplet: 0E, 53 and 0A. RGB value is (14,83,10). Sum of RGB (Red+Green+Blue) = 14+83+10=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #0E530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E530A is #F1ACF5. Grayscale: #363636. Windows color (decimal): -15838454 or 676622. OLE color: 676622.
HSL color Cylindrical-coordinate representation of color #0E530A: hue angle of 116.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E530A is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 83 | 10 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.67 |
| HSL | 116.71º | 0.78% | 0.18% | - |
| HSV(B) | 116.71º | 0.88% | 0.33% | - |
| XYZ | 3.33 | 6.3 | 1.33 | - |
| YUV | 54.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 10 | 0.83 | 0 | 0.88 | 0.67 | 116.71 | 0.78 | 0.18 |
| Hex | E | 53 | A | 53 | 0 | 58 | 43 | 75 | 4E | 12 |
| Octal | 16 | 123 | 12 | 123 | 0 | 130 | 103 | 165 | 116 | 22 |
| Binary | 1110 | 1010011 | 1010 | 1010011 | 0 | 1011000 | 1000011 | 1110101 | 1001110 | 10010 |
Color Harmonies of #0E530A
Complementary color
Monochromatic Colors of #0E530A
Black with #0E530A
Text Example
Text Example
White with #0E530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E530A; }
p { color: rgb(14,83,10); }
H1.HeaderClassName
{
color: #0E530A;
}
.AnyTagClassName
{
color: #0E530A;
}
</style>
background-color css
<style>
a { background-color: #0E530A; }
a { background-color: rgb(14,83,10); }
div.DivClassName
{
background-color: #0E530A;
}
.BgClassName
{
background-color: #0E530A;
}
</style>
border-color css
<style>
span { border-color: #0E530A; }
span { border-color: rgb(14,83,10); }
td.TdClassName
{
border-color: #0E530A;
}
.TagClassName
{
border-color: #0E530A;
}
</style>