Shades of Myrtle #124800
Tints of Myrtle #124800
RGB
CMYK
RGB Variations
Color information
#124800 (or 0x124800) is known color: Myrtle. HEX triplet: 12, 48 and 00. RGB value is (18,72,0). Sum of RGB (Red+Green+Blue) = 18+72+0=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #124800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124800 is #EDB7FF. Grayscale: #2F2F2F. Windows color (decimal): -15579136 or 18450. OLE color: 18450.
HSL color Cylindrical-coordinate representation of color #124800: hue angle of 105º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124800 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.72 |
| HSL | 105º | 1% | 0.14% | - |
| HSV(B) | 105º | 1% | 0.28% | - |
| XYZ | 2.57 | 4.76 | 0.78 | - |
| YUV | 47.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 0 | 0.75 | 0 | 1 | 0.72 | 105 | 1 | 0.14 |
| Hex | 12 | 48 | 0 | 4B | 0 | 64 | 48 | 69 | 64 | E |
| Octal | 22 | 110 | 0 | 113 | 0 | 144 | 110 | 151 | 144 | 16 |
| Binary | 10010 | 1001000 | 0 | 1001011 | 0 | 1100100 | 1001000 | 1101001 | 1100100 | 1110 |
Color Harmonies of #124800
Complementary color
Monochromatic Colors of #124800
Black with #124800
Text Example
Text Example
White with #124800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124800; }
p { color: rgb(18,72,0); }
H1.HeaderClassName
{
color: #124800;
}
.AnyTagClassName
{
color: #124800;
}
</style>
background-color css
<style>
a { background-color: #124800; }
a { background-color: rgb(18,72,0); }
div.DivClassName
{
background-color: #124800;
}
.BgClassName
{
background-color: #124800;
}
</style>
border-color css
<style>
span { border-color: #124800; }
span { border-color: rgb(18,72,0); }
td.TdClassName
{
border-color: #124800;
}
.TagClassName
{
border-color: #124800;
}
</style>