Shades of Myrtle #124104
Tints of Myrtle #124104
RGB
CMYK
RGB Variations
Color information
#124104 (or 0x124104) is known color: Myrtle. HEX triplet: 12, 41 and 04. RGB value is (18,65,4). Sum of RGB (Red+Green+Blue) = 18+65+4=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #124104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124104 is #EDBEFB. Grayscale: #2C2C2C. Windows color (decimal): -15580924 or 278802. OLE color: 278802.
HSL color Cylindrical-coordinate representation of color #124104: hue angle of 106.23º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #124104 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 4 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.75 |
| HSL | 106.23º | 0.88% | 0.14% | - |
| HSV(B) | 106.23º | 0.94% | 0.25% | - |
| XYZ | 2.16 | 3.92 | 0.76 | - |
| YUV | 43.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 4 | 0.72 | 0 | 0.94 | 0.75 | 106.23 | 0.88 | 0.14 |
| Hex | 12 | 41 | 4 | 48 | 0 | 5E | 4B | 6A | 58 | E |
| Octal | 22 | 101 | 4 | 110 | 0 | 136 | 113 | 152 | 130 | 16 |
| Binary | 10010 | 1000001 | 100 | 1001000 | 0 | 1011110 | 1001011 | 1101010 | 1011000 | 1110 |
Color Harmonies of #124104
Complementary color
Monochromatic Colors of #124104
Black with #124104
Text Example
Text Example
White with #124104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124104; }
p { color: rgb(18,65,4); }
H1.HeaderClassName
{
color: #124104;
}
.AnyTagClassName
{
color: #124104;
}
</style>
background-color css
<style>
a { background-color: #124104; }
a { background-color: rgb(18,65,4); }
div.DivClassName
{
background-color: #124104;
}
.BgClassName
{
background-color: #124104;
}
</style>
border-color css
<style>
span { border-color: #124104; }
span { border-color: rgb(18,65,4); }
td.TdClassName
{
border-color: #124104;
}
.TagClassName
{
border-color: #124104;
}
</style>