Shades of Myrtle #124511
Tints of Myrtle #124511
RGB
CMYK
RGB Variations
Color information
#124511 (or 0x124511) is known color: Myrtle. HEX triplet: 12, 45 and 11. RGB value is (18,69,17). Sum of RGB (Red+Green+Blue) = 18+69+17=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #124511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124511 is #EDBAEE. Grayscale: #2F2F2F. Windows color (decimal): -15579887 or 1131794. OLE color: 1131794.
HSL color Cylindrical-coordinate representation of color #124511: hue angle of 118.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124511 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 17 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.73 |
| HSL | 118.85º | 0.6% | 0.17% | - |
| HSV(B) | 118.85º | 0.75% | 0.27% | - |
| XYZ | 2.48 | 4.43 | 1.25 | - |
| YUV | 47.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 17 | 0.74 | 0 | 0.75 | 0.73 | 118.85 | 0.6 | 0.17 |
| Hex | 12 | 45 | 11 | 4A | 0 | 4B | 49 | 77 | 3C | 11 |
| Octal | 22 | 105 | 21 | 112 | 0 | 113 | 111 | 167 | 74 | 21 |
| Binary | 10010 | 1000101 | 10001 | 1001010 | 0 | 1001011 | 1001001 | 1110111 | 111100 | 10001 |
Color Harmonies of #124511
Complementary color
Monochromatic Colors of #124511
Black with #124511
Text Example
Text Example
White with #124511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124511; }
p { color: rgb(18,69,17); }
H1.HeaderClassName
{
color: #124511;
}
.AnyTagClassName
{
color: #124511;
}
</style>
background-color css
<style>
a { background-color: #124511; }
a { background-color: rgb(18,69,17); }
div.DivClassName
{
background-color: #124511;
}
.BgClassName
{
background-color: #124511;
}
</style>
border-color css
<style>
span { border-color: #124511; }
span { border-color: rgb(18,69,17); }
td.TdClassName
{
border-color: #124511;
}
.TagClassName
{
border-color: #124511;
}
</style>