Shades of Myrtle #12510E
Tints of Myrtle #12510E
RGB
CMYK
RGB Variations
Color information
#12510E (or 0x12510E) is known color: Myrtle. HEX triplet: 12, 51 and 0E. RGB value is (18,81,14). Sum of RGB (Red+Green+Blue) = 18+81+14=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #12510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12510E is #EDAEF1. Grayscale: #363636. Windows color (decimal): -15576818 or 938258. OLE color: 938258.
HSL color Cylindrical-coordinate representation of color #12510E: hue angle of 116.42º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12510E is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 14 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.68 |
| HSL | 116.42º | 0.71% | 0.19% | - |
| HSV(B) | 116.42º | 0.83% | 0.32% | - |
| XYZ | 3.27 | 6.05 | 1.41 | - |
| YUV | 54.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 14 | 0.78 | 0 | 0.83 | 0.68 | 116.42 | 0.71 | 0.19 |
| Hex | 12 | 51 | E | 4E | 0 | 53 | 44 | 74 | 47 | 13 |
| Octal | 22 | 121 | 16 | 116 | 0 | 123 | 104 | 164 | 107 | 23 |
| Binary | 10010 | 1010001 | 1110 | 1001110 | 0 | 1010011 | 1000100 | 1110100 | 1000111 | 10011 |
Color Harmonies of #12510E
Complementary color
Monochromatic Colors of #12510E
Black with #12510E
Text Example
Text Example
White with #12510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12510E; }
p { color: rgb(18,81,14); }
H1.HeaderClassName
{
color: #12510E;
}
.AnyTagClassName
{
color: #12510E;
}
</style>
background-color css
<style>
a { background-color: #12510E; }
a { background-color: rgb(18,81,14); }
div.DivClassName
{
background-color: #12510E;
}
.BgClassName
{
background-color: #12510E;
}
</style>
border-color css
<style>
span { border-color: #12510E; }
span { border-color: rgb(18,81,14); }
td.TdClassName
{
border-color: #12510E;
}
.TagClassName
{
border-color: #12510E;
}
</style>