Shades of Myrtle #216502
Tints of Myrtle #216502
RGB
CMYK
RGB Variations
Color information
#216502 (or 0x216502) is known color: Myrtle. HEX triplet: 21, 65 and 02. RGB value is (33,101,2). Sum of RGB (Red+Green+Blue) = 33+101+2=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #216502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216502 is #DE9AFD. Grayscale: #454545. Windows color (decimal): -14588670 or 156961. OLE color: 156961.
HSL color Cylindrical-coordinate representation of color #216502: hue angle of 101.21º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #216502 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 2 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.60 |
| HSL | 101.21º | 0.96% | 0.2% | - |
| HSV(B) | 101.21º | 0.98% | 0.4% | - |
| XYZ | 5.29 | 9.64 | 1.64 | - |
| YUV | 69.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 2 | 0.67 | 0 | 0.98 | 0.60 | 101.21 | 0.96 | 0.2 |
| Hex | 21 | 65 | 2 | 43 | 0 | 62 | 3C | 65 | 60 | 14 |
| Octal | 41 | 145 | 2 | 103 | 0 | 142 | 74 | 145 | 140 | 24 |
| Binary | 100001 | 1100101 | 10 | 1000011 | 0 | 1100010 | 111100 | 1100101 | 1100000 | 10100 |
Color Harmonies of #216502
Complementary color
Monochromatic Colors of #216502
Black with #216502
Text Example
Text Example
White with #216502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216502; }
p { color: rgb(33,101,2); }
H1.HeaderClassName
{
color: #216502;
}
.AnyTagClassName
{
color: #216502;
}
</style>
background-color css
<style>
a { background-color: #216502; }
a { background-color: rgb(33,101,2); }
div.DivClassName
{
background-color: #216502;
}
.BgClassName
{
background-color: #216502;
}
</style>
border-color css
<style>
span { border-color: #216502; }
span { border-color: rgb(33,101,2); }
td.TdClassName
{
border-color: #216502;
}
.TagClassName
{
border-color: #216502;
}
</style>