Shades of Myrtle #123206
Tints of Myrtle #123206
RGB
CMYK
RGB Variations
Color information
#123206 (or 0x123206) is known color: Myrtle. HEX triplet: 12, 32 and 06. RGB value is (18,50,6). Sum of RGB (Red+Green+Blue) = 18+50+6=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #123206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123206 is #EDCDF9. Grayscale: #232323. Windows color (decimal): -15584762 or 406034. OLE color: 406034.
HSL color Cylindrical-coordinate representation of color #123206: hue angle of 103.64º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123206 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 6 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.80 |
| HSL | 103.64º | 0.79% | 0.11% | - |
| HSV(B) | 103.64º | 0.88% | 0.2% | - |
| XYZ | 1.42 | 2.42 | 0.56 | - |
| YUV | 35.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 6 | 0.64 | 0 | 0.88 | 0.80 | 103.64 | 0.79 | 0.11 |
| Hex | 12 | 32 | 6 | 40 | 0 | 58 | 50 | 68 | 4F | B |
| Octal | 22 | 62 | 6 | 100 | 0 | 130 | 120 | 150 | 117 | 13 |
| Binary | 10010 | 110010 | 110 | 1000000 | 0 | 1011000 | 1010000 | 1101000 | 1001111 | 1011 |
Color Harmonies of #123206
Complementary color
Monochromatic Colors of #123206
Black with #123206
Text Example
Text Example
White with #123206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123206; }
p { color: rgb(18,50,6); }
H1.HeaderClassName
{
color: #123206;
}
.AnyTagClassName
{
color: #123206;
}
</style>
background-color css
<style>
a { background-color: #123206; }
a { background-color: rgb(18,50,6); }
div.DivClassName
{
background-color: #123206;
}
.BgClassName
{
background-color: #123206;
}
</style>
border-color css
<style>
span { border-color: #123206; }
span { border-color: rgb(18,50,6); }
td.TdClassName
{
border-color: #123206;
}
.TagClassName
{
border-color: #123206;
}
</style>