Shades of Myrtle #216001
Tints of Myrtle #216001
RGB
CMYK
RGB Variations
Color information
#216001 (or 0x216001) is known color: Myrtle. HEX triplet: 21, 60 and 01. RGB value is (33,96,1). Sum of RGB (Red+Green+Blue) = 33+96+1=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #216001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216001 is #DE9FFE. Grayscale: #424242. Windows color (decimal): -14589951 or 90145. OLE color: 90145.
HSL color Cylindrical-coordinate representation of color #216001: hue angle of 99.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #216001 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 96 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.62 |
| HSL | 99.79º | 0.98% | 0.19% | - |
| HSV(B) | 99.79º | 0.99% | 0.38% | - |
| XYZ | 4.82 | 8.69 | 1.45 | - |
| YUV | 66.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 1 | 0.66 | 0 | 0.99 | 0.62 | 99.79 | 0.98 | 0.19 |
| Hex | 21 | 60 | 1 | 42 | 0 | 63 | 3E | 64 | 62 | 13 |
| Octal | 41 | 140 | 1 | 102 | 0 | 143 | 76 | 144 | 142 | 23 |
| Binary | 100001 | 1100000 | 1 | 1000010 | 0 | 1100011 | 111110 | 1100100 | 1100010 | 10011 |
Color Harmonies of #216001
Complementary color
Monochromatic Colors of #216001
Black with #216001
Text Example
Text Example
White with #216001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216001; }
p { color: rgb(33,96,1); }
H1.HeaderClassName
{
color: #216001;
}
.AnyTagClassName
{
color: #216001;
}
</style>
background-color css
<style>
a { background-color: #216001; }
a { background-color: rgb(33,96,1); }
div.DivClassName
{
background-color: #216001;
}
.BgClassName
{
background-color: #216001;
}
</style>
border-color css
<style>
span { border-color: #216001; }
span { border-color: rgb(33,96,1); }
td.TdClassName
{
border-color: #216001;
}
.TagClassName
{
border-color: #216001;
}
</style>