Shades of Myrtle #21550B
Tints of Myrtle #21550B
RGB
CMYK
RGB Variations
Color information
#21550B (or 0x21550B) is known color: Myrtle. HEX triplet: 21, 55 and 0B. RGB value is (33,85,11). Sum of RGB (Red+Green+Blue) = 33+85+11=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #21550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21550B is #DEAAF4. Grayscale: #3D3D3D. Windows color (decimal): -14592757 or 742689. OLE color: 742689.
HSL color Cylindrical-coordinate representation of color #21550B: hue angle of 102.16º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21550B is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 11 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.67 |
| HSL | 102.16º | 0.77% | 0.19% | - |
| HSV(B) | 102.16º | 0.87% | 0.33% | - |
| XYZ | 3.94 | 6.84 | 1.43 | - |
| YUV | 61.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 11 | 0.61 | 0 | 0.87 | 0.67 | 102.16 | 0.77 | 0.19 |
| Hex | 21 | 55 | B | 3D | 0 | 57 | 43 | 66 | 4D | 13 |
| Octal | 41 | 125 | 13 | 75 | 0 | 127 | 103 | 146 | 115 | 23 |
| Binary | 100001 | 1010101 | 1011 | 111101 | 0 | 1010111 | 1000011 | 1100110 | 1001101 | 10011 |
Color Harmonies of #21550B
Complementary color
Monochromatic Colors of #21550B
Black with #21550B
Text Example
Text Example
White with #21550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21550B; }
p { color: rgb(33,85,11); }
H1.HeaderClassName
{
color: #21550B;
}
.AnyTagClassName
{
color: #21550B;
}
</style>
background-color css
<style>
a { background-color: #21550B; }
a { background-color: rgb(33,85,11); }
div.DivClassName
{
background-color: #21550B;
}
.BgClassName
{
background-color: #21550B;
}
</style>
border-color css
<style>
span { border-color: #21550B; }
span { border-color: rgb(33,85,11); }
td.TdClassName
{
border-color: #21550B;
}
.TagClassName
{
border-color: #21550B;
}
</style>