Shades of Myrtle #123917
Tints of Myrtle #123917
RGB
CMYK
RGB Variations
Color information
#123917 (or 0x123917) is known color: Myrtle. HEX triplet: 12, 39 and 17. RGB value is (18,57,23). Sum of RGB (Red+Green+Blue) = 18+57+23=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #123917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123917 is #EDC6E8. Grayscale: #292929. Windows color (decimal): -15582953 or 1521938. OLE color: 1521938.
HSL color Cylindrical-coordinate representation of color #123917: hue angle of 127.69º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123917 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 23 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.78 |
| HSL | 127.69º | 0.52% | 0.15% | - |
| HSV(B) | 127.69º | 0.68% | 0.22% | - |
| XYZ | 1.87 | 3.12 | 1.31 | - |
| YUV | 41.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 23 | 0.68 | 0 | 0.60 | 0.78 | 127.69 | 0.52 | 0.15 |
| Hex | 12 | 39 | 17 | 44 | 0 | 3C | 4E | 80 | 34 | F |
| Octal | 22 | 71 | 27 | 104 | 0 | 74 | 116 | 200 | 64 | 17 |
| Binary | 10010 | 111001 | 10111 | 1000100 | 0 | 111100 | 1001110 | 10000000 | 110100 | 1111 |
Color Harmonies of #123917
Complementary color
Monochromatic Colors of #123917
Black with #123917
Text Example
Text Example
White with #123917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123917; }
p { color: rgb(18,57,23); }
H1.HeaderClassName
{
color: #123917;
}
.AnyTagClassName
{
color: #123917;
}
</style>
background-color css
<style>
a { background-color: #123917; }
a { background-color: rgb(18,57,23); }
div.DivClassName
{
background-color: #123917;
}
.BgClassName
{
background-color: #123917;
}
</style>
border-color css
<style>
span { border-color: #123917; }
span { border-color: rgb(18,57,23); }
td.TdClassName
{
border-color: #123917;
}
.TagClassName
{
border-color: #123917;
}
</style>