Shades of Myrtle #12500D
Tints of Myrtle #12500D
RGB
CMYK
RGB Variations
Color information
#12500D (or 0x12500D) is known color: Myrtle. HEX triplet: 12, 50 and 0D. RGB value is (18,80,13). Sum of RGB (Red+Green+Blue) = 18+80+13=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #12500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12500D is #EDAFF2. Grayscale: #363636. Windows color (decimal): -15577075 or 872466. OLE color: 872466.
HSL color Cylindrical-coordinate representation of color #12500D: hue angle of 115.52º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12500D is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 13 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.69 |
| HSL | 115.52º | 0.72% | 0.18% | - |
| HSV(B) | 115.52º | 0.84% | 0.31% | - |
| XYZ | 3.19 | 5.89 | 1.35 | - |
| YUV | 53.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 13 | 0.78 | 0 | 0.84 | 0.69 | 115.52 | 0.72 | 0.18 |
| Hex | 12 | 50 | D | 4E | 0 | 54 | 45 | 74 | 48 | 12 |
| Octal | 22 | 120 | 15 | 116 | 0 | 124 | 105 | 164 | 110 | 22 |
| Binary | 10010 | 1010000 | 1101 | 1001110 | 0 | 1010100 | 1000101 | 1110100 | 1001000 | 10010 |
Color Harmonies of #12500D
Complementary color
Monochromatic Colors of #12500D
Black with #12500D
Text Example
Text Example
White with #12500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12500D; }
p { color: rgb(18,80,13); }
H1.HeaderClassName
{
color: #12500D;
}
.AnyTagClassName
{
color: #12500D;
}
</style>
background-color css
<style>
a { background-color: #12500D; }
a { background-color: rgb(18,80,13); }
div.DivClassName
{
background-color: #12500D;
}
.BgClassName
{
background-color: #12500D;
}
</style>
border-color css
<style>
span { border-color: #12500D; }
span { border-color: rgb(18,80,13); }
td.TdClassName
{
border-color: #12500D;
}
.TagClassName
{
border-color: #12500D;
}
</style>