Shades of Myrtle #215308
Tints of Myrtle #215308
RGB
CMYK
RGB Variations
Color information
#215308 (or 0x215308) is known color: Myrtle. HEX triplet: 21, 53 and 08. RGB value is (33,83,8). Sum of RGB (Red+Green+Blue) = 33+83+8=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #215308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215308 is #DEACF7. Grayscale: #3B3B3B. Windows color (decimal): -14593272 or 545569. OLE color: 545569.
HSL color Cylindrical-coordinate representation of color #215308: hue angle of 100º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #215308 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 8 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.67 |
| HSL | 100º | 0.82% | 0.18% | - |
| HSV(B) | 100º | 0.9% | 0.33% | - |
| XYZ | 3.76 | 6.53 | 1.29 | - |
| YUV | 59.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 8 | 0.60 | 0 | 0.90 | 0.67 | 100 | 0.82 | 0.18 |
| Hex | 21 | 53 | 8 | 3C | 0 | 5A | 43 | 64 | 52 | 12 |
| Octal | 41 | 123 | 10 | 74 | 0 | 132 | 103 | 144 | 122 | 22 |
| Binary | 100001 | 1010011 | 1000 | 111100 | 0 | 1011010 | 1000011 | 1100100 | 1010010 | 10010 |
Color Harmonies of #215308
Complementary color
Monochromatic Colors of #215308
Black with #215308
Text Example
Text Example
White with #215308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215308; }
p { color: rgb(33,83,8); }
H1.HeaderClassName
{
color: #215308;
}
.AnyTagClassName
{
color: #215308;
}
</style>
background-color css
<style>
a { background-color: #215308; }
a { background-color: rgb(33,83,8); }
div.DivClassName
{
background-color: #215308;
}
.BgClassName
{
background-color: #215308;
}
</style>
border-color css
<style>
span { border-color: #215308; }
span { border-color: rgb(33,83,8); }
td.TdClassName
{
border-color: #215308;
}
.TagClassName
{
border-color: #215308;
}
</style>