Shades of Myrtle #124F1B
Tints of Myrtle #124F1B
RGB
CMYK
RGB Variations
Color information
#124F1B (or 0x124F1B) is known color: Myrtle. HEX triplet: 12, 4F and 1B. RGB value is (18,79,27). Sum of RGB (Red+Green+Blue) = 18+79+27=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #124F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F1B is #EDB0E4. Grayscale: #363636. Windows color (decimal): -15577317 or 1789714. OLE color: 1789714.
HSL color Cylindrical-coordinate representation of color #124F1B: hue angle of 128.85º 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 #124F1B is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 27 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.69 |
| HSL | 128.85º | 0.63% | 0.19% | - |
| HSV(B) | 128.85º | 0.77% | 0.31% | - |
| XYZ | 3.24 | 5.8 | 1.99 | - |
| YUV | 54.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 27 | 0.77 | 0 | 0.66 | 0.69 | 128.85 | 0.63 | 0.19 |
| Hex | 12 | 4F | 1B | 4D | 0 | 42 | 45 | 81 | 3F | 13 |
| Octal | 22 | 117 | 33 | 115 | 0 | 102 | 105 | 201 | 77 | 23 |
| Binary | 10010 | 1001111 | 11011 | 1001101 | 0 | 1000010 | 1000101 | 10000001 | 111111 | 10011 |
Color Harmonies of #124F1B
Complementary color
Monochromatic Colors of #124F1B
Black with #124F1B
Text Example
Text Example
White with #124F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F1B; }
p { color: rgb(18,79,27); }
H1.HeaderClassName
{
color: #124F1B;
}
.AnyTagClassName
{
color: #124F1B;
}
</style>
background-color css
<style>
a { background-color: #124F1B; }
a { background-color: rgb(18,79,27); }
div.DivClassName
{
background-color: #124F1B;
}
.BgClassName
{
background-color: #124F1B;
}
</style>
border-color css
<style>
span { border-color: #124F1B; }
span { border-color: rgb(18,79,27); }
td.TdClassName
{
border-color: #124F1B;
}
.TagClassName
{
border-color: #124F1B;
}
</style>