Shades of Myrtle #214606
Tints of Myrtle #214606
RGB
CMYK
RGB Variations
Color information
#214606 (or 0x214606) is known color: Myrtle. HEX triplet: 21, 46 and 06. RGB value is (33,70,6). Sum of RGB (Red+Green+Blue) = 33+70+6=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #214606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214606 is #DEB9F9. Grayscale: #333333. Windows color (decimal): -14596602 or 411169. OLE color: 411169.
HSL color Cylindrical-coordinate representation of color #214606: hue angle of 94.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #214606 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 6 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.73 |
| HSL | 94.69º | 0.84% | 0.15% | - |
| HSV(B) | 94.69º | 0.91% | 0.27% | - |
| XYZ | 2.85 | 4.72 | 0.93 | - |
| YUV | 51.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 6 | 0.53 | 0 | 0.91 | 0.73 | 94.69 | 0.84 | 0.15 |
| Hex | 21 | 46 | 6 | 35 | 0 | 5B | 49 | 5F | 54 | F |
| Octal | 41 | 106 | 6 | 65 | 0 | 133 | 111 | 137 | 124 | 17 |
| Binary | 100001 | 1000110 | 110 | 110101 | 0 | 1011011 | 1001001 | 1011111 | 1010100 | 1111 |
Color Harmonies of #214606
Complementary color
Monochromatic Colors of #214606
Black with #214606
Text Example
Text Example
White with #214606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214606; }
p { color: rgb(33,70,6); }
H1.HeaderClassName
{
color: #214606;
}
.AnyTagClassName
{
color: #214606;
}
</style>
background-color css
<style>
a { background-color: #214606; }
a { background-color: rgb(33,70,6); }
div.DivClassName
{
background-color: #214606;
}
.BgClassName
{
background-color: #214606;
}
</style>
border-color css
<style>
span { border-color: #214606; }
span { border-color: rgb(33,70,6); }
td.TdClassName
{
border-color: #214606;
}
.TagClassName
{
border-color: #214606;
}
</style>