Shades of Myrtle #124414
Tints of Myrtle #124414
RGB
CMYK
RGB Variations
Color information
#124414 (or 0x124414) is known color: Myrtle. HEX triplet: 12, 44 and 14. RGB value is (18,68,20). Sum of RGB (Red+Green+Blue) = 18+68+20=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #124414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124414 is #EDBBEB. Grayscale: #2F2F2F. Windows color (decimal): -15580140 or 1328146. OLE color: 1328146.
HSL color Cylindrical-coordinate representation of color #124414: hue angle of 122.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124414 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 68 | 20 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.73 |
| HSL | 122.4º | 0.58% | 0.17% | - |
| HSV(B) | 122.4º | 0.74% | 0.27% | - |
| XYZ | 2.44 | 4.31 | 1.37 | - |
| YUV | 47.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 20 | 0.74 | 0 | 0.71 | 0.73 | 122.4 | 0.58 | 0.17 |
| Hex | 12 | 44 | 14 | 4A | 0 | 47 | 49 | 7A | 3A | 11 |
| Octal | 22 | 104 | 24 | 112 | 0 | 107 | 111 | 172 | 72 | 21 |
| Binary | 10010 | 1000100 | 10100 | 1001010 | 0 | 1000111 | 1001001 | 1111010 | 111010 | 10001 |
Color Harmonies of #124414
Complementary color
Monochromatic Colors of #124414
Black with #124414
Text Example
Text Example
White with #124414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124414; }
p { color: rgb(18,68,20); }
H1.HeaderClassName
{
color: #124414;
}
.AnyTagClassName
{
color: #124414;
}
</style>
background-color css
<style>
a { background-color: #124414; }
a { background-color: rgb(18,68,20); }
div.DivClassName
{
background-color: #124414;
}
.BgClassName
{
background-color: #124414;
}
</style>
border-color css
<style>
span { border-color: #124414; }
span { border-color: rgb(18,68,20); }
td.TdClassName
{
border-color: #124414;
}
.TagClassName
{
border-color: #124414;
}
</style>