Shades of Myrtle #123711
Tints of Myrtle #123711
RGB
CMYK
RGB Variations
Color information
#123711 (or 0x123711) is known color: Myrtle. HEX triplet: 12, 37 and 11. RGB value is (18,55,17). Sum of RGB (Red+Green+Blue) = 18+55+17=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #123711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123711 is #EDC8EE. Grayscale: #272727. Windows color (decimal): -15583471 or 1128210. OLE color: 1128210.
HSL color Cylindrical-coordinate representation of color #123711: hue angle of 118.42º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123711 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 17 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.78 |
| HSL | 118.42º | 0.53% | 0.14% | - |
| HSV(B) | 118.42º | 0.69% | 0.22% | - |
| XYZ | 1.72 | 2.9 | 1 | - |
| YUV | 39.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 17 | 0.67 | 0 | 0.69 | 0.78 | 118.42 | 0.53 | 0.14 |
| Hex | 12 | 37 | 11 | 43 | 0 | 45 | 4E | 76 | 35 | E |
| Octal | 22 | 67 | 21 | 103 | 0 | 105 | 116 | 166 | 65 | 16 |
| Binary | 10010 | 110111 | 10001 | 1000011 | 0 | 1000101 | 1001110 | 1110110 | 110101 | 1110 |
Color Harmonies of #123711
Complementary color
Monochromatic Colors of #123711
Black with #123711
Text Example
Text Example
White with #123711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123711; }
p { color: rgb(18,55,17); }
H1.HeaderClassName
{
color: #123711;
}
.AnyTagClassName
{
color: #123711;
}
</style>
background-color css
<style>
a { background-color: #123711; }
a { background-color: rgb(18,55,17); }
div.DivClassName
{
background-color: #123711;
}
.BgClassName
{
background-color: #123711;
}
</style>
border-color css
<style>
span { border-color: #123711; }
span { border-color: rgb(18,55,17); }
td.TdClassName
{
border-color: #123711;
}
.TagClassName
{
border-color: #123711;
}
</style>