Shades of Myrtle #124A0C
Tints of Myrtle #124A0C
RGB
CMYK
RGB Variations
Color information
#124A0C (or 0x124A0C) is known color: Myrtle. HEX triplet: 12, 4A and 0C. RGB value is (18,74,12). Sum of RGB (Red+Green+Blue) = 18+74+12=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 74 (29.30% from 255 or 71.15% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 74 - color contains mainly: green. Hex color #124A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A0C is #EDB5F3. Grayscale: #323232. Windows color (decimal): -15578612 or 805394. OLE color: 805394.
HSL color Cylindrical-coordinate representation of color #124A0C: hue angle of 114.19º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124A0C is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 12 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.71 |
| HSL | 114.19º | 0.72% | 0.17% | - |
| HSV(B) | 114.19º | 0.84% | 0.29% | - |
| XYZ | 2.76 | 5.05 | 1.18 | - |
| YUV | 50.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 12 | 0.76 | 0 | 0.84 | 0.71 | 114.19 | 0.72 | 0.17 |
| Hex | 12 | 4A | C | 4C | 0 | 54 | 47 | 72 | 48 | 11 |
| Octal | 22 | 112 | 14 | 114 | 0 | 124 | 107 | 162 | 110 | 21 |
| Binary | 10010 | 1001010 | 1100 | 1001100 | 0 | 1010100 | 1000111 | 1110010 | 1001000 | 10001 |
Color Harmonies of #124A0C
Complementary color
Monochromatic Colors of #124A0C
Black with #124A0C
Text Example
Text Example
White with #124A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A0C; }
p { color: rgb(18,74,12); }
H1.HeaderClassName
{
color: #124A0C;
}
.AnyTagClassName
{
color: #124A0C;
}
</style>
background-color css
<style>
a { background-color: #124A0C; }
a { background-color: rgb(18,74,12); }
div.DivClassName
{
background-color: #124A0C;
}
.BgClassName
{
background-color: #124A0C;
}
</style>
border-color css
<style>
span { border-color: #124A0C; }
span { border-color: rgb(18,74,12); }
td.TdClassName
{
border-color: #124A0C;
}
.TagClassName
{
border-color: #124A0C;
}
</style>