Shades of Myrtle #124813
Tints of Myrtle #124813
RGB
CMYK
RGB Variations
Color information
#124813 (or 0x124813) is known color: Myrtle. HEX triplet: 12, 48 and 13. RGB value is (18,72,19). Sum of RGB (Red+Green+Blue) = 18+72+19=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #124813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124813 is #EDB7EC. Grayscale: #313131. Windows color (decimal): -15579117 or 1263634. OLE color: 1263634.
HSL color Cylindrical-coordinate representation of color #124813: hue angle of 121.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124813 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 19 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.72 |
| HSL | 121.11º | 0.6% | 0.18% | - |
| HSV(B) | 121.11º | 0.75% | 0.28% | - |
| XYZ | 2.68 | 4.81 | 1.4 | - |
| YUV | 49.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 19 | 0.75 | 0 | 0.74 | 0.72 | 121.11 | 0.6 | 0.18 |
| Hex | 12 | 48 | 13 | 4B | 0 | 4A | 48 | 79 | 3C | 12 |
| Octal | 22 | 110 | 23 | 113 | 0 | 112 | 110 | 171 | 74 | 22 |
| Binary | 10010 | 1001000 | 10011 | 1001011 | 0 | 1001010 | 1001000 | 1111001 | 111100 | 10010 |
Color Harmonies of #124813
Complementary color
Monochromatic Colors of #124813
Black with #124813
Text Example
Text Example
White with #124813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124813; }
p { color: rgb(18,72,19); }
H1.HeaderClassName
{
color: #124813;
}
.AnyTagClassName
{
color: #124813;
}
</style>
background-color css
<style>
a { background-color: #124813; }
a { background-color: rgb(18,72,19); }
div.DivClassName
{
background-color: #124813;
}
.BgClassName
{
background-color: #124813;
}
</style>
border-color css
<style>
span { border-color: #124813; }
span { border-color: rgb(18,72,19); }
td.TdClassName
{
border-color: #124813;
}
.TagClassName
{
border-color: #124813;
}
</style>