Shades of Myrtle #215401
Tints of Myrtle #215401
RGB
CMYK
RGB Variations
Color information
#215401 (or 0x215401) is known color: Myrtle. HEX triplet: 21, 54 and 01. RGB value is (33,84,1). Sum of RGB (Red+Green+Blue) = 33+84+1=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #215401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215401 is #DEABFE. Grayscale: #3B3B3B. Windows color (decimal): -14593023 or 87073. OLE color: 87073.
HSL color Cylindrical-coordinate representation of color #215401: hue angle of 96.87º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #215401 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 84 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.67 |
| HSL | 96.87º | 0.98% | 0.17% | - |
| HSV(B) | 96.87º | 0.99% | 0.33% | - |
| XYZ | 3.8 | 6.67 | 1.11 | - |
| YUV | 59.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 1 | 0.61 | 0 | 0.99 | 0.67 | 96.87 | 0.98 | 0.17 |
| Hex | 21 | 54 | 1 | 3D | 0 | 63 | 43 | 61 | 62 | 11 |
| Octal | 41 | 124 | 1 | 75 | 0 | 143 | 103 | 141 | 142 | 21 |
| Binary | 100001 | 1010100 | 1 | 111101 | 0 | 1100011 | 1000011 | 1100001 | 1100010 | 10001 |
Color Harmonies of #215401
Complementary color
Monochromatic Colors of #215401
Black with #215401
Text Example
Text Example
White with #215401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215401; }
p { color: rgb(33,84,1); }
H1.HeaderClassName
{
color: #215401;
}
.AnyTagClassName
{
color: #215401;
}
</style>
background-color css
<style>
a { background-color: #215401; }
a { background-color: rgb(33,84,1); }
div.DivClassName
{
background-color: #215401;
}
.BgClassName
{
background-color: #215401;
}
</style>
border-color css
<style>
span { border-color: #215401; }
span { border-color: rgb(33,84,1); }
td.TdClassName
{
border-color: #215401;
}
.TagClassName
{
border-color: #215401;
}
</style>