Shades of Myrtle #123E13
Tints of Myrtle #123E13
RGB
CMYK
RGB Variations
Color information
#123E13 (or 0x123E13) is known color: Myrtle. HEX triplet: 12, 3E and 13. RGB value is (18,62,19). Sum of RGB (Red+Green+Blue) = 18+62+19=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #123E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123E13 is #EDC1EC. Grayscale: #2C2C2C. Windows color (decimal): -15581677 or 1261074. OLE color: 1261074.
HSL color Cylindrical-coordinate representation of color #123E13: hue angle of 121.36º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E13 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 19 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.76 |
| HSL | 121.36º | 0.55% | 0.16% | - |
| HSV(B) | 121.36º | 0.71% | 0.24% | - |
| XYZ | 2.09 | 3.62 | 1.2 | - |
| YUV | 43.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 19 | 0.71 | 0 | 0.69 | 0.76 | 121.36 | 0.55 | 0.16 |
| Hex | 12 | 3E | 13 | 47 | 0 | 45 | 4C | 79 | 37 | 10 |
| Octal | 22 | 76 | 23 | 107 | 0 | 105 | 114 | 171 | 67 | 20 |
| Binary | 10010 | 111110 | 10011 | 1000111 | 0 | 1000101 | 1001100 | 1111001 | 110111 | 10000 |
Color Harmonies of #123E13
Complementary color
Monochromatic Colors of #123E13
Black with #123E13
Text Example
Text Example
White with #123E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E13; }
p { color: rgb(18,62,19); }
H1.HeaderClassName
{
color: #123E13;
}
.AnyTagClassName
{
color: #123E13;
}
</style>
background-color css
<style>
a { background-color: #123E13; }
a { background-color: rgb(18,62,19); }
div.DivClassName
{
background-color: #123E13;
}
.BgClassName
{
background-color: #123E13;
}
</style>
border-color css
<style>
span { border-color: #123E13; }
span { border-color: rgb(18,62,19); }
td.TdClassName
{
border-color: #123E13;
}
.TagClassName
{
border-color: #123E13;
}
</style>