Shades of Myrtle #123710
Tints of Myrtle #123710
RGB
CMYK
RGB Variations
Color information
#123710 (or 0x123710) is known color: Myrtle. HEX triplet: 12, 37 and 10. RGB value is (18,55,16). Sum of RGB (Red+Green+Blue) = 18+55+16=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #123710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123710 is #EDC8EF. Grayscale: #272727. Windows color (decimal): -15583472 or 1062674. OLE color: 1062674.
HSL color Cylindrical-coordinate representation of color #123710: hue angle of 116.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123710 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 16 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.78 |
| HSL | 116.92º | 0.55% | 0.14% | - |
| HSV(B) | 116.92º | 0.71% | 0.22% | - |
| XYZ | 1.71 | 2.9 | 0.96 | - |
| YUV | 39.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 16 | 0.67 | 0 | 0.71 | 0.78 | 116.92 | 0.55 | 0.14 |
| Hex | 12 | 37 | 10 | 43 | 0 | 47 | 4E | 75 | 37 | E |
| Octal | 22 | 67 | 20 | 103 | 0 | 107 | 116 | 165 | 67 | 16 |
| Binary | 10010 | 110111 | 10000 | 1000011 | 0 | 1000111 | 1001110 | 1110101 | 110111 | 1110 |
Color Harmonies of #123710
Complementary color
Monochromatic Colors of #123710
Black with #123710
Text Example
Text Example
White with #123710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123710; }
p { color: rgb(18,55,16); }
H1.HeaderClassName
{
color: #123710;
}
.AnyTagClassName
{
color: #123710;
}
</style>
background-color css
<style>
a { background-color: #123710; }
a { background-color: rgb(18,55,16); }
div.DivClassName
{
background-color: #123710;
}
.BgClassName
{
background-color: #123710;
}
</style>
border-color css
<style>
span { border-color: #123710; }
span { border-color: rgb(18,55,16); }
td.TdClassName
{
border-color: #123710;
}
.TagClassName
{
border-color: #123710;
}
</style>