Shades of Myrtle #123212
Tints of Myrtle #123212
RGB
CMYK
RGB Variations
Color information
#123212 (or 0x123212) is known color: Myrtle. HEX triplet: 12, 32 and 12. RGB value is (18,50,18). Sum of RGB (Red+Green+Blue) = 18+50+18=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #123212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123212 is #EDCDED. Grayscale: #242424. Windows color (decimal): -15584750 or 1192466. OLE color: 1192466.
HSL color Cylindrical-coordinate representation of color #123212: hue angle of 120º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123212 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 18 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.80 |
| HSL | 120º | 0.47% | 0.13% | - |
| HSV(B) | 120º | 0.64% | 0.2% | - |
| XYZ | 1.5 | 2.45 | 0.97 | - |
| YUV | 36.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 18 | 0.64 | 0 | 0.64 | 0.80 | 120 | 0.47 | 0.13 |
| Hex | 12 | 32 | 12 | 40 | 0 | 40 | 50 | 78 | 2F | D |
| Octal | 22 | 62 | 22 | 100 | 0 | 100 | 120 | 170 | 57 | 15 |
| Binary | 10010 | 110010 | 10010 | 1000000 | 0 | 1000000 | 1010000 | 1111000 | 101111 | 1101 |
Color Harmonies of #123212
Complementary color
Monochromatic Colors of #123212
Black with #123212
Text Example
Text Example
White with #123212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123212; }
p { color: rgb(18,50,18); }
H1.HeaderClassName
{
color: #123212;
}
.AnyTagClassName
{
color: #123212;
}
</style>
background-color css
<style>
a { background-color: #123212; }
a { background-color: rgb(18,50,18); }
div.DivClassName
{
background-color: #123212;
}
.BgClassName
{
background-color: #123212;
}
</style>
border-color css
<style>
span { border-color: #123212; }
span { border-color: rgb(18,50,18); }
td.TdClassName
{
border-color: #123212;
}
.TagClassName
{
border-color: #123212;
}
</style>