Shades of Myrtle #124000
Tints of Myrtle #124000
RGB
CMYK
RGB Variations
Color information
#124000 (or 0x124000) is known color: Myrtle. HEX triplet: 12, 40 and 00. RGB value is (18,64,0). Sum of RGB (Red+Green+Blue) = 18+64+0=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #124000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124000 is #EDBFFF. Grayscale: #2B2B2B. Windows color (decimal): -15581184 or 16402. OLE color: 16402.
HSL color Cylindrical-coordinate representation of color #124000: hue angle of 103.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.75 |
| HSL | 103.13º | 1% | 0.13% | - |
| HSV(B) | 103.13º | 1% | 0.25% | - |
| XYZ | 2.08 | 3.8 | 0.62 | - |
| YUV | 42.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 0 | 0.72 | 0 | 1 | 0.75 | 103.13 | 1 | 0.13 |
| Hex | 12 | 40 | 0 | 48 | 0 | 64 | 4B | 67 | 64 | D |
| Octal | 22 | 100 | 0 | 110 | 0 | 144 | 113 | 147 | 144 | 15 |
| Binary | 10010 | 1000000 | 0 | 1001000 | 0 | 1100100 | 1001011 | 1100111 | 1100100 | 1101 |
Color Harmonies of #124000
Complementary color
Monochromatic Colors of #124000
Black with #124000
Text Example
Text Example
White with #124000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124000; }
p { color: rgb(18,64,0); }
H1.HeaderClassName
{
color: #124000;
}
.AnyTagClassName
{
color: #124000;
}
</style>
background-color css
<style>
a { background-color: #124000; }
a { background-color: rgb(18,64,0); }
div.DivClassName
{
background-color: #124000;
}
.BgClassName
{
background-color: #124000;
}
</style>
border-color css
<style>
span { border-color: #124000; }
span { border-color: rgb(18,64,0); }
td.TdClassName
{
border-color: #124000;
}
.TagClassName
{
border-color: #124000;
}
</style>