Shades of Myrtle #216505
Tints of Myrtle #216505
RGB
CMYK
RGB Variations
Color information
#216505 (or 0x216505) is known color: Myrtle. HEX triplet: 21, 65 and 05. RGB value is (33,101,5). Sum of RGB (Red+Green+Blue) = 33+101+5=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 101 (39.84% from 255 or 72.66% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 101 - color contains mainly: green. Hex color #216505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216505 is #DE9AFA. Grayscale: #464646. Windows color (decimal): -14588667 or 353569. OLE color: 353569.
HSL color Cylindrical-coordinate representation of color #216505: hue angle of 102.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #216505 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 5 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.60 |
| HSL | 102.5º | 0.91% | 0.21% | - |
| HSV(B) | 102.5º | 0.95% | 0.4% | - |
| XYZ | 5.31 | 9.64 | 1.72 | - |
| YUV | 69.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 5 | 0.67 | 0 | 0.95 | 0.60 | 102.5 | 0.91 | 0.21 |
| Hex | 21 | 65 | 5 | 43 | 0 | 5F | 3C | 66 | 5B | 15 |
| Octal | 41 | 145 | 5 | 103 | 0 | 137 | 74 | 146 | 133 | 25 |
| Binary | 100001 | 1100101 | 101 | 1000011 | 0 | 1011111 | 111100 | 1100110 | 1011011 | 10101 |
Color Harmonies of #216505
Complementary color
Monochromatic Colors of #216505
Black with #216505
Text Example
Text Example
White with #216505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216505; }
p { color: rgb(33,101,5); }
H1.HeaderClassName
{
color: #216505;
}
.AnyTagClassName
{
color: #216505;
}
</style>
background-color css
<style>
a { background-color: #216505; }
a { background-color: rgb(33,101,5); }
div.DivClassName
{
background-color: #216505;
}
.BgClassName
{
background-color: #216505;
}
</style>
border-color css
<style>
span { border-color: #216505; }
span { border-color: rgb(33,101,5); }
td.TdClassName
{
border-color: #216505;
}
.TagClassName
{
border-color: #216505;
}
</style>