Shades of Myrtle #124F1A
Tints of Myrtle #124F1A
RGB
CMYK
RGB Variations
Color information
#124F1A (or 0x124F1A) is known color: Myrtle. HEX triplet: 12, 4F and 1A. RGB value is (18,79,26). Sum of RGB (Red+Green+Blue) = 18+79+26=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #124F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F1A is #EDB0E5. Grayscale: #363636. Windows color (decimal): -15577318 or 1724178. OLE color: 1724178.
HSL color Cylindrical-coordinate representation of color #124F1A: hue angle of 127.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F1A is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 26 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.69 |
| HSL | 127.87º | 0.63% | 0.19% | - |
| HSV(B) | 127.87º | 0.77% | 0.31% | - |
| XYZ | 3.23 | 5.8 | 1.93 | - |
| YUV | 54.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 26 | 0.77 | 0 | 0.67 | 0.69 | 127.87 | 0.63 | 0.19 |
| Hex | 12 | 4F | 1A | 4D | 0 | 43 | 45 | 80 | 3F | 13 |
| Octal | 22 | 117 | 32 | 115 | 0 | 103 | 105 | 200 | 77 | 23 |
| Binary | 10010 | 1001111 | 11010 | 1001101 | 0 | 1000011 | 1000101 | 10000000 | 111111 | 10011 |
Color Harmonies of #124F1A
Complementary color
Monochromatic Colors of #124F1A
Black with #124F1A
Text Example
Text Example
White with #124F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F1A; }
p { color: rgb(18,79,26); }
H1.HeaderClassName
{
color: #124F1A;
}
.AnyTagClassName
{
color: #124F1A;
}
</style>
background-color css
<style>
a { background-color: #124F1A; }
a { background-color: rgb(18,79,26); }
div.DivClassName
{
background-color: #124F1A;
}
.BgClassName
{
background-color: #124F1A;
}
</style>
border-color css
<style>
span { border-color: #124F1A; }
span { border-color: rgb(18,79,26); }
td.TdClassName
{
border-color: #124F1A;
}
.TagClassName
{
border-color: #124F1A;
}
</style>