Shades of Myrtle #122610
Tints of Myrtle #122610
RGB
CMYK
RGB Variations
Color information
#122610 (or 0x122610) is known color: Myrtle. HEX triplet: 12, 26 and 10. RGB value is (18,38,16). Sum of RGB (Red+Green+Blue) = 18+38+16=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #122610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122610 is #EDD9EF. Grayscale: #1D1D1D. Windows color (decimal): -15587824 or 1058322. OLE color: 1058322.
HSL color Cylindrical-coordinate representation of color #122610: hue angle of 114.55º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122610 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 16 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.85 |
| HSL | 114.55º | 0.41% | 0.11% | - |
| HSV(B) | 114.55º | 0.58% | 0.15% | - |
| XYZ | 1.04 | 1.55 | 0.74 | - |
| YUV | 29.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 16 | 0.53 | 0 | 0.58 | 0.85 | 114.55 | 0.41 | 0.11 |
| Hex | 12 | 26 | 10 | 35 | 0 | 3A | 55 | 73 | 29 | B |
| Octal | 22 | 46 | 20 | 65 | 0 | 72 | 125 | 163 | 51 | 13 |
| Binary | 10010 | 100110 | 10000 | 110101 | 0 | 111010 | 1010101 | 1110011 | 101001 | 1011 |
Color Harmonies of #122610
Complementary color
Monochromatic Colors of #122610
Black with #122610
Text Example
Text Example
White with #122610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122610; }
p { color: rgb(18,38,16); }
H1.HeaderClassName
{
color: #122610;
}
.AnyTagClassName
{
color: #122610;
}
</style>
background-color css
<style>
a { background-color: #122610; }
a { background-color: rgb(18,38,16); }
div.DivClassName
{
background-color: #122610;
}
.BgClassName
{
background-color: #122610;
}
</style>
border-color css
<style>
span { border-color: #122610; }
span { border-color: rgb(18,38,16); }
td.TdClassName
{
border-color: #122610;
}
.TagClassName
{
border-color: #122610;
}
</style>