Shades of Myrtle #124517
Tints of Myrtle #124517
RGB
CMYK
RGB Variations
Color information
#124517 (or 0x124517) is known color: Myrtle. HEX triplet: 12, 45 and 17. RGB value is (18,69,23). Sum of RGB (Red+Green+Blue) = 18+69+23=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #124517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124517 is #EDBAE8. Grayscale: #303030. Windows color (decimal): -15579881 or 1525010. OLE color: 1525010.
HSL color Cylindrical-coordinate representation of color #124517: hue angle of 125.88º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124517 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 23 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.73 |
| HSL | 125.88º | 0.59% | 0.17% | - |
| HSV(B) | 125.88º | 0.74% | 0.27% | - |
| XYZ | 2.53 | 4.45 | 1.54 | - |
| YUV | 48.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 23 | 0.74 | 0 | 0.67 | 0.73 | 125.88 | 0.59 | 0.17 |
| Hex | 12 | 45 | 17 | 4A | 0 | 43 | 49 | 7E | 3B | 11 |
| Octal | 22 | 105 | 27 | 112 | 0 | 103 | 111 | 176 | 73 | 21 |
| Binary | 10010 | 1000101 | 10111 | 1001010 | 0 | 1000011 | 1001001 | 1111110 | 111011 | 10001 |
Color Harmonies of #124517
Complementary color
Monochromatic Colors of #124517
Black with #124517
Text Example
Text Example
White with #124517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124517; }
p { color: rgb(18,69,23); }
H1.HeaderClassName
{
color: #124517;
}
.AnyTagClassName
{
color: #124517;
}
</style>
background-color css
<style>
a { background-color: #124517; }
a { background-color: rgb(18,69,23); }
div.DivClassName
{
background-color: #124517;
}
.BgClassName
{
background-color: #124517;
}
</style>
border-color css
<style>
span { border-color: #124517; }
span { border-color: rgb(18,69,23); }
td.TdClassName
{
border-color: #124517;
}
.TagClassName
{
border-color: #124517;
}
</style>