Shades of Myrtle #124418
Tints of Myrtle #124418
RGB
CMYK
RGB Variations
Color information
#124418 (or 0x124418) is known color: Myrtle. HEX triplet: 12, 44 and 18. RGB value is (18,68,24). Sum of RGB (Red+Green+Blue) = 18+68+24=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #124418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124418 is #EDBBE7. Grayscale: #303030. Windows color (decimal): -15580136 or 1590290. OLE color: 1590290.
HSL color Cylindrical-coordinate representation of color #124418: hue angle of 127.2º 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 #124418 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 68 | 24 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.73 |
| HSL | 127.2º | 0.58% | 0.17% | - |
| HSV(B) | 127.2º | 0.74% | 0.27% | - |
| XYZ | 2.48 | 4.33 | 1.57 | - |
| YUV | 48.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 24 | 0.74 | 0 | 0.65 | 0.73 | 127.2 | 0.58 | 0.17 |
| Hex | 12 | 44 | 18 | 4A | 0 | 41 | 49 | 7F | 3A | 11 |
| Octal | 22 | 104 | 30 | 112 | 0 | 101 | 111 | 177 | 72 | 21 |
| Binary | 10010 | 1000100 | 11000 | 1001010 | 0 | 1000001 | 1001001 | 1111111 | 111010 | 10001 |
Color Harmonies of #124418
Complementary color
Monochromatic Colors of #124418
Black with #124418
Text Example
Text Example
White with #124418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124418; }
p { color: rgb(18,68,24); }
H1.HeaderClassName
{
color: #124418;
}
.AnyTagClassName
{
color: #124418;
}
</style>
background-color css
<style>
a { background-color: #124418; }
a { background-color: rgb(18,68,24); }
div.DivClassName
{
background-color: #124418;
}
.BgClassName
{
background-color: #124418;
}
</style>
border-color css
<style>
span { border-color: #124418; }
span { border-color: rgb(18,68,24); }
td.TdClassName
{
border-color: #124418;
}
.TagClassName
{
border-color: #124418;
}
</style>