Shades of Myrtle #216504
Tints of Myrtle #216504
RGB
CMYK
RGB Variations
Color information
#216504 (or 0x216504) is known color: Myrtle. HEX triplet: 21, 65 and 04. RGB value is (33,101,4). Sum of RGB (Red+Green+Blue) = 33+101+4=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #216504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216504 is #DE9AFB. Grayscale: #454545. Windows color (decimal): -14588668 or 288033. OLE color: 288033.
HSL color Cylindrical-coordinate representation of color #216504: hue angle of 102.06º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #216504 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 4 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.60 |
| HSL | 102.06º | 0.92% | 0.21% | - |
| HSV(B) | 102.06º | 0.96% | 0.4% | - |
| XYZ | 5.3 | 9.64 | 1.7 | - |
| YUV | 69.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 4 | 0.67 | 0 | 0.96 | 0.60 | 102.06 | 0.92 | 0.21 |
| Hex | 21 | 65 | 4 | 43 | 0 | 60 | 3C | 66 | 5C | 15 |
| Octal | 41 | 145 | 4 | 103 | 0 | 140 | 74 | 146 | 134 | 25 |
| Binary | 100001 | 1100101 | 100 | 1000011 | 0 | 1100000 | 111100 | 1100110 | 1011100 | 10101 |
Color Harmonies of #216504
Complementary color
Monochromatic Colors of #216504
Black with #216504
Text Example
Text Example
White with #216504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216504; }
p { color: rgb(33,101,4); }
H1.HeaderClassName
{
color: #216504;
}
.AnyTagClassName
{
color: #216504;
}
</style>
background-color css
<style>
a { background-color: #216504; }
a { background-color: rgb(33,101,4); }
div.DivClassName
{
background-color: #216504;
}
.BgClassName
{
background-color: #216504;
}
</style>
border-color css
<style>
span { border-color: #216504; }
span { border-color: rgb(33,101,4); }
td.TdClassName
{
border-color: #216504;
}
.TagClassName
{
border-color: #216504;
}
</style>