Shades of Myrtle #215508
Tints of Myrtle #215508
RGB
CMYK
RGB Variations
Color information
#215508 (or 0x215508) is known color: Myrtle. HEX triplet: 21, 55 and 08. RGB value is (33,85,8). Sum of RGB (Red+Green+Blue) = 33+85+8=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #215508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215508 is #DEAAF7. Grayscale: #3C3C3C. Windows color (decimal): -14592760 or 546081. OLE color: 546081.
HSL color Cylindrical-coordinate representation of color #215508: hue angle of 100.52º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #215508 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 8 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.67 |
| HSL | 100.52º | 0.83% | 0.18% | - |
| HSV(B) | 100.52º | 0.91% | 0.33% | - |
| XYZ | 3.92 | 6.84 | 1.34 | - |
| YUV | 60.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 8 | 0.61 | 0 | 0.91 | 0.67 | 100.52 | 0.83 | 0.18 |
| Hex | 21 | 55 | 8 | 3D | 0 | 5B | 43 | 65 | 53 | 12 |
| Octal | 41 | 125 | 10 | 75 | 0 | 133 | 103 | 145 | 123 | 22 |
| Binary | 100001 | 1010101 | 1000 | 111101 | 0 | 1011011 | 1000011 | 1100101 | 1010011 | 10010 |
Color Harmonies of #215508
Complementary color
Monochromatic Colors of #215508
Black with #215508
Text Example
Text Example
White with #215508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215508; }
p { color: rgb(33,85,8); }
H1.HeaderClassName
{
color: #215508;
}
.AnyTagClassName
{
color: #215508;
}
</style>
background-color css
<style>
a { background-color: #215508; }
a { background-color: rgb(33,85,8); }
div.DivClassName
{
background-color: #215508;
}
.BgClassName
{
background-color: #215508;
}
</style>
border-color css
<style>
span { border-color: #215508; }
span { border-color: rgb(33,85,8); }
td.TdClassName
{
border-color: #215508;
}
.TagClassName
{
border-color: #215508;
}
</style>