Shades of Myrtle #124C13
Tints of Myrtle #124C13
RGB
CMYK
RGB Variations
Color information
#124C13 (or 0x124C13) is known color: Myrtle. HEX triplet: 12, 4C and 13. RGB value is (18,76,19). Sum of RGB (Red+Green+Blue) = 18+76+19=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #124C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124C13 is #EDB3EC. Grayscale: #343434. Windows color (decimal): -15578093 or 1264658. OLE color: 1264658.
HSL color Cylindrical-coordinate representation of color #124C13: hue angle of 121.03º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C13 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 19 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.70 |
| HSL | 121.03º | 0.62% | 0.18% | - |
| HSV(B) | 121.03º | 0.76% | 0.3% | - |
| XYZ | 2.95 | 5.34 | 1.49 | - |
| YUV | 52.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 19 | 0.76 | 0 | 0.75 | 0.70 | 121.03 | 0.62 | 0.18 |
| Hex | 12 | 4C | 13 | 4C | 0 | 4B | 46 | 79 | 3E | 12 |
| Octal | 22 | 114 | 23 | 114 | 0 | 113 | 106 | 171 | 76 | 22 |
| Binary | 10010 | 1001100 | 10011 | 1001100 | 0 | 1001011 | 1000110 | 1111001 | 111110 | 10010 |
Color Harmonies of #124C13
Complementary color
Monochromatic Colors of #124C13
Black with #124C13
Text Example
Text Example
White with #124C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C13; }
p { color: rgb(18,76,19); }
H1.HeaderClassName
{
color: #124C13;
}
.AnyTagClassName
{
color: #124C13;
}
</style>
background-color css
<style>
a { background-color: #124C13; }
a { background-color: rgb(18,76,19); }
div.DivClassName
{
background-color: #124C13;
}
.BgClassName
{
background-color: #124C13;
}
</style>
border-color css
<style>
span { border-color: #124C13; }
span { border-color: rgb(18,76,19); }
td.TdClassName
{
border-color: #124C13;
}
.TagClassName
{
border-color: #124C13;
}
</style>