Shades of Myrtle #214610
Tints of Myrtle #214610
RGB
CMYK
RGB Variations
Color information
#214610 (or 0x214610) is known color: Myrtle. HEX triplet: 21, 46 and 10. RGB value is (33,70,16). Sum of RGB (Red+Green+Blue) = 33+70+16=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #214610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214610 is #DEB9EF. Grayscale: #343434. Windows color (decimal): -14596592 or 1066529. OLE color: 1066529.
HSL color Cylindrical-coordinate representation of color #214610: hue angle of 101.11º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214610 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 16 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.73 |
| HSL | 101.11º | 0.63% | 0.17% | - |
| HSV(B) | 101.11º | 0.77% | 0.27% | - |
| XYZ | 2.91 | 4.74 | 1.25 | - |
| YUV | 52.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 16 | 0.53 | 0 | 0.77 | 0.73 | 101.11 | 0.63 | 0.17 |
| Hex | 21 | 46 | 10 | 35 | 0 | 4D | 49 | 65 | 3F | 11 |
| Octal | 41 | 106 | 20 | 65 | 0 | 115 | 111 | 145 | 77 | 21 |
| Binary | 100001 | 1000110 | 10000 | 110101 | 0 | 1001101 | 1001001 | 1100101 | 111111 | 10001 |
Color Harmonies of #214610
Complementary color
Monochromatic Colors of #214610
Black with #214610
Text Example
Text Example
White with #214610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214610; }
p { color: rgb(33,70,16); }
H1.HeaderClassName
{
color: #214610;
}
.AnyTagClassName
{
color: #214610;
}
</style>
background-color css
<style>
a { background-color: #214610; }
a { background-color: rgb(33,70,16); }
div.DivClassName
{
background-color: #214610;
}
.BgClassName
{
background-color: #214610;
}
</style>
border-color css
<style>
span { border-color: #214610; }
span { border-color: rgb(33,70,16); }
td.TdClassName
{
border-color: #214610;
}
.TagClassName
{
border-color: #214610;
}
</style>