Shades of Myrtle #123211
Tints of Myrtle #123211
RGB
CMYK
RGB Variations
Color information
#123211 (or 0x123211) is known color: Myrtle. HEX triplet: 12, 32 and 11. RGB value is (18,50,17). Sum of RGB (Red+Green+Blue) = 18+50+17=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #123211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123211 is #EDCDEE. Grayscale: #242424. Windows color (decimal): -15584751 or 1126930. OLE color: 1126930.
HSL color Cylindrical-coordinate representation of color #123211: hue angle of 118.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123211 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 17 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.80 |
| HSL | 118.18º | 0.49% | 0.13% | - |
| HSV(B) | 118.18º | 0.66% | 0.2% | - |
| XYZ | 1.49 | 2.45 | 0.92 | - |
| YUV | 36.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 17 | 0.64 | 0 | 0.66 | 0.80 | 118.18 | 0.49 | 0.13 |
| Hex | 12 | 32 | 11 | 40 | 0 | 42 | 50 | 76 | 31 | D |
| Octal | 22 | 62 | 21 | 100 | 0 | 102 | 120 | 166 | 61 | 15 |
| Binary | 10010 | 110010 | 10001 | 1000000 | 0 | 1000010 | 1010000 | 1110110 | 110001 | 1101 |
Color Harmonies of #123211
Complementary color
Monochromatic Colors of #123211
Black with #123211
Text Example
Text Example
White with #123211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123211; }
p { color: rgb(18,50,17); }
H1.HeaderClassName
{
color: #123211;
}
.AnyTagClassName
{
color: #123211;
}
</style>
background-color css
<style>
a { background-color: #123211; }
a { background-color: rgb(18,50,17); }
div.DivClassName
{
background-color: #123211;
}
.BgClassName
{
background-color: #123211;
}
</style>
border-color css
<style>
span { border-color: #123211; }
span { border-color: rgb(18,50,17); }
td.TdClassName
{
border-color: #123211;
}
.TagClassName
{
border-color: #123211;
}
</style>