Shades of Myrtle #12511B
Tints of Myrtle #12511B
RGB
CMYK
RGB Variations
Color information
#12511B (or 0x12511B) is known color: Myrtle. HEX triplet: 12, 51 and 1B. RGB value is (18,81,27). Sum of RGB (Red+Green+Blue) = 18+81+27=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #12511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511B is #EDAEE4. Grayscale: #383838. Windows color (decimal): -15576805 or 1790226. OLE color: 1790226.
HSL color Cylindrical-coordinate representation of color #12511B: hue angle of 128.57º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12511B is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 27 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.68 |
| HSL | 128.57º | 0.64% | 0.19% | - |
| HSV(B) | 128.57º | 0.78% | 0.32% | - |
| XYZ | 3.39 | 6.09 | 2.03 | - |
| YUV | 56.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 27 | 0.78 | 0 | 0.67 | 0.68 | 128.57 | 0.64 | 0.19 |
| Hex | 12 | 51 | 1B | 4E | 0 | 43 | 44 | 81 | 40 | 13 |
| Octal | 22 | 121 | 33 | 116 | 0 | 103 | 104 | 201 | 100 | 23 |
| Binary | 10010 | 1010001 | 11011 | 1001110 | 0 | 1000011 | 1000100 | 10000001 | 1000000 | 10011 |
Color Harmonies of #12511B
Complementary color
Monochromatic Colors of #12511B
Black with #12511B
Text Example
Text Example
White with #12511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12511B; }
p { color: rgb(18,81,27); }
H1.HeaderClassName
{
color: #12511B;
}
.AnyTagClassName
{
color: #12511B;
}
</style>
background-color css
<style>
a { background-color: #12511B; }
a { background-color: rgb(18,81,27); }
div.DivClassName
{
background-color: #12511B;
}
.BgClassName
{
background-color: #12511B;
}
</style>
border-color css
<style>
span { border-color: #12511B; }
span { border-color: rgb(18,81,27); }
td.TdClassName
{
border-color: #12511B;
}
.TagClassName
{
border-color: #12511B;
}
</style>