Shades of Myrtle #123113
Tints of Myrtle #123113
RGB
CMYK
RGB Variations
Color information
#123113 (or 0x123113) is known color: Myrtle. HEX triplet: 12, 31 and 13. RGB value is (18,49,19). Sum of RGB (Red+Green+Blue) = 18+49+19=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #123113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123113 is #EDCEEC. Grayscale: #242424. Windows color (decimal): -15585005 or 1257746. OLE color: 1257746.
HSL color Cylindrical-coordinate representation of color #123113: hue angle of 121.94º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123113 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 19 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.81 |
| HSL | 121.94º | 0.46% | 0.13% | - |
| HSV(B) | 121.94º | 0.63% | 0.19% | - |
| XYZ | 1.47 | 2.37 | 1 | - |
| YUV | 36.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 19 | 0.63 | 0 | 0.61 | 0.81 | 121.94 | 0.46 | 0.13 |
| Hex | 12 | 31 | 13 | 3F | 0 | 3D | 51 | 7A | 2E | D |
| Octal | 22 | 61 | 23 | 77 | 0 | 75 | 121 | 172 | 56 | 15 |
| Binary | 10010 | 110001 | 10011 | 111111 | 0 | 111101 | 1010001 | 1111010 | 101110 | 1101 |
Color Harmonies of #123113
Complementary color
Monochromatic Colors of #123113
Black with #123113
Text Example
Text Example
White with #123113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123113; }
p { color: rgb(18,49,19); }
H1.HeaderClassName
{
color: #123113;
}
.AnyTagClassName
{
color: #123113;
}
</style>
background-color css
<style>
a { background-color: #123113; }
a { background-color: rgb(18,49,19); }
div.DivClassName
{
background-color: #123113;
}
.BgClassName
{
background-color: #123113;
}
</style>
border-color css
<style>
span { border-color: #123113; }
span { border-color: rgb(18,49,19); }
td.TdClassName
{
border-color: #123113;
}
.TagClassName
{
border-color: #123113;
}
</style>