Shades of Myrtle #215314
Tints of Myrtle #215314
RGB
CMYK
RGB Variations
Color information
#215314 (or 0x215314) is known color: Myrtle. HEX triplet: 21, 53 and 14. RGB value is (33,83,20). Sum of RGB (Red+Green+Blue) = 33+83+20=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #215314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215314 is #DEACEB. Grayscale: #3D3D3D. Windows color (decimal): -14593260 or 1332001. OLE color: 1332001.
HSL color Cylindrical-coordinate representation of color #215314: hue angle of 107.62º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215314 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 20 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.67 |
| HSL | 107.62º | 0.61% | 0.2% | - |
| HSV(B) | 107.62º | 0.76% | 0.33% | - |
| XYZ | 3.85 | 6.56 | 1.73 | - |
| YUV | 60.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 20 | 0.60 | 0 | 0.76 | 0.67 | 107.62 | 0.61 | 0.2 |
| Hex | 21 | 53 | 14 | 3C | 0 | 4C | 43 | 6C | 3D | 14 |
| Octal | 41 | 123 | 24 | 74 | 0 | 114 | 103 | 154 | 75 | 24 |
| Binary | 100001 | 1010011 | 10100 | 111100 | 0 | 1001100 | 1000011 | 1101100 | 111101 | 10100 |
Color Harmonies of #215314
Complementary color
Monochromatic Colors of #215314
Black with #215314
Text Example
Text Example
White with #215314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215314; }
p { color: rgb(33,83,20); }
H1.HeaderClassName
{
color: #215314;
}
.AnyTagClassName
{
color: #215314;
}
</style>
background-color css
<style>
a { background-color: #215314; }
a { background-color: rgb(33,83,20); }
div.DivClassName
{
background-color: #215314;
}
.BgClassName
{
background-color: #215314;
}
</style>
border-color css
<style>
span { border-color: #215314; }
span { border-color: rgb(33,83,20); }
td.TdClassName
{
border-color: #215314;
}
.TagClassName
{
border-color: #215314;
}
</style>