Shades of Myrtle #124919
Tints of Myrtle #124919
RGB
CMYK
RGB Variations
Color information
#124919 (or 0x124919) is known color: Myrtle. HEX triplet: 12, 49 and 19. RGB value is (18,73,25). Sum of RGB (Red+Green+Blue) = 18+73+25=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #124919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124919 is #EDB6E6. Grayscale: #333333. Windows color (decimal): -15578855 or 1657106. OLE color: 1657106.
HSL color Cylindrical-coordinate representation of color #124919: hue angle of 127.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124919 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 25 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.71 |
| HSL | 127.64º | 0.6% | 0.18% | - |
| HSV(B) | 127.64º | 0.75% | 0.29% | - |
| XYZ | 2.81 | 4.96 | 1.73 | - |
| YUV | 51.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 25 | 0.75 | 0 | 0.66 | 0.71 | 127.64 | 0.6 | 0.18 |
| Hex | 12 | 49 | 19 | 4B | 0 | 42 | 47 | 80 | 3C | 12 |
| Octal | 22 | 111 | 31 | 113 | 0 | 102 | 107 | 200 | 74 | 22 |
| Binary | 10010 | 1001001 | 11001 | 1001011 | 0 | 1000010 | 1000111 | 10000000 | 111100 | 10010 |
Color Harmonies of #124919
Complementary color
Monochromatic Colors of #124919
Black with #124919
Text Example
Text Example
White with #124919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124919; }
p { color: rgb(18,73,25); }
H1.HeaderClassName
{
color: #124919;
}
.AnyTagClassName
{
color: #124919;
}
</style>
background-color css
<style>
a { background-color: #124919; }
a { background-color: rgb(18,73,25); }
div.DivClassName
{
background-color: #124919;
}
.BgClassName
{
background-color: #124919;
}
</style>
border-color css
<style>
span { border-color: #124919; }
span { border-color: rgb(18,73,25); }
td.TdClassName
{
border-color: #124919;
}
.TagClassName
{
border-color: #124919;
}
</style>