Shades of Myrtle #215311
Tints of Myrtle #215311
RGB
CMYK
RGB Variations
Color information
#215311 (or 0x215311) is known color: Myrtle. HEX triplet: 21, 53 and 11. RGB value is (33,83,17). Sum of RGB (Red+Green+Blue) = 33+83+17=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #215311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215311 is #DEACEE. Grayscale: #3C3C3C. Windows color (decimal): -14593263 or 1135393. OLE color: 1135393.
HSL color Cylindrical-coordinate representation of color #215311: hue angle of 105.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215311 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 17 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.67 |
| HSL | 105.45º | 0.66% | 0.2% | - |
| HSV(B) | 105.45º | 0.8% | 0.33% | - |
| XYZ | 3.82 | 6.55 | 1.59 | - |
| YUV | 60.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 17 | 0.60 | 0 | 0.80 | 0.67 | 105.45 | 0.66 | 0.2 |
| Hex | 21 | 53 | 11 | 3C | 0 | 50 | 43 | 69 | 42 | 14 |
| Octal | 41 | 123 | 21 | 74 | 0 | 120 | 103 | 151 | 102 | 24 |
| Binary | 100001 | 1010011 | 10001 | 111100 | 0 | 1010000 | 1000011 | 1101001 | 1000010 | 10100 |
Color Harmonies of #215311
Complementary color
Monochromatic Colors of #215311
Black with #215311
Text Example
Text Example
White with #215311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215311; }
p { color: rgb(33,83,17); }
H1.HeaderClassName
{
color: #215311;
}
.AnyTagClassName
{
color: #215311;
}
</style>
background-color css
<style>
a { background-color: #215311; }
a { background-color: rgb(33,83,17); }
div.DivClassName
{
background-color: #215311;
}
.BgClassName
{
background-color: #215311;
}
</style>
border-color css
<style>
span { border-color: #215311; }
span { border-color: rgb(33,83,17); }
td.TdClassName
{
border-color: #215311;
}
.TagClassName
{
border-color: #215311;
}
</style>