Shades of Myrtle #124D1B
Tints of Myrtle #124D1B
RGB
CMYK
RGB Variations
Color information
#124D1B (or 0x124D1B) is known color: Myrtle. HEX triplet: 12, 4D and 1B. RGB value is (18,77,27). Sum of RGB (Red+Green+Blue) = 18+77+27=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #124D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D1B is #EDB2E4. Grayscale: #353535. Windows color (decimal): -15577829 or 1789202. OLE color: 1789202.
HSL color Cylindrical-coordinate representation of color #124D1B: hue angle of 129.15º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D1B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 27 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.70 |
| HSL | 129.15º | 0.62% | 0.19% | - |
| HSV(B) | 129.15º | 0.77% | 0.3% | - |
| XYZ | 3.1 | 5.52 | 1.94 | - |
| YUV | 53.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 27 | 0.77 | 0 | 0.65 | 0.70 | 129.15 | 0.62 | 0.19 |
| Hex | 12 | 4D | 1B | 4D | 0 | 41 | 46 | 81 | 3E | 13 |
| Octal | 22 | 115 | 33 | 115 | 0 | 101 | 106 | 201 | 76 | 23 |
| Binary | 10010 | 1001101 | 11011 | 1001101 | 0 | 1000001 | 1000110 | 10000001 | 111110 | 10011 |
Color Harmonies of #124D1B
Complementary color
Monochromatic Colors of #124D1B
Black with #124D1B
Text Example
Text Example
White with #124D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D1B; }
p { color: rgb(18,77,27); }
H1.HeaderClassName
{
color: #124D1B;
}
.AnyTagClassName
{
color: #124D1B;
}
</style>
background-color css
<style>
a { background-color: #124D1B; }
a { background-color: rgb(18,77,27); }
div.DivClassName
{
background-color: #124D1B;
}
.BgClassName
{
background-color: #124D1B;
}
</style>
border-color css
<style>
span { border-color: #124D1B; }
span { border-color: rgb(18,77,27); }
td.TdClassName
{
border-color: #124D1B;
}
.TagClassName
{
border-color: #124D1B;
}
</style>