Shades of Myrtle #0E5208
Tints of Myrtle #0E5208
RGB
CMYK
RGB Variations
Color information
#0E5208 (or 0x0E5208) is known color: Myrtle. HEX triplet: 0E, 52 and 08. RGB value is (14,82,8). Sum of RGB (Red+Green+Blue) = 14+82+8=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #0E5208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5208 is #F1ADF7. Grayscale: #353535. Windows color (decimal): -15838712 or 545294. OLE color: 545294.
HSL color Cylindrical-coordinate representation of color #0E5208: hue angle of 115.14º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5208 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 82 | 8 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.68 |
| HSL | 115.14º | 0.82% | 0.18% | - |
| HSV(B) | 115.14º | 0.9% | 0.32% | - |
| XYZ | 3.24 | 6.15 | 1.25 | - |
| YUV | 53.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 8 | 0.83 | 0 | 0.90 | 0.68 | 115.14 | 0.82 | 0.18 |
| Hex | E | 52 | 8 | 53 | 0 | 5A | 44 | 73 | 52 | 12 |
| Octal | 16 | 122 | 10 | 123 | 0 | 132 | 104 | 163 | 122 | 22 |
| Binary | 1110 | 1010010 | 1000 | 1010011 | 0 | 1011010 | 1000100 | 1110011 | 1010010 | 10010 |
Color Harmonies of #0E5208
Complementary color
Monochromatic Colors of #0E5208
Black with #0E5208
Text Example
Text Example
White with #0E5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5208; }
p { color: rgb(14,82,8); }
H1.HeaderClassName
{
color: #0E5208;
}
.AnyTagClassName
{
color: #0E5208;
}
</style>
background-color css
<style>
a { background-color: #0E5208; }
a { background-color: rgb(14,82,8); }
div.DivClassName
{
background-color: #0E5208;
}
.BgClassName
{
background-color: #0E5208;
}
</style>
border-color css
<style>
span { border-color: #0E5208; }
span { border-color: rgb(14,82,8); }
td.TdClassName
{
border-color: #0E5208;
}
.TagClassName
{
border-color: #0E5208;
}
</style>