Shades of Myrtle #214116
Tints of Myrtle #214116
RGB
CMYK
RGB Variations
Color information
#214116 (or 0x214116) is known color: Myrtle. HEX triplet: 21, 41 and 16. RGB value is (33,65,22). Sum of RGB (Red+Green+Blue) = 33+65+22=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #214116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214116 is #DEBEE9. Grayscale: #323232. Windows color (decimal): -14597866 or 1458465. OLE color: 1458465.
HSL color Cylindrical-coordinate representation of color #214116: hue angle of 104.65º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214116 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 22 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.75 |
| HSL | 104.65º | 0.49% | 0.17% | - |
| HSV(B) | 104.65º | 0.66% | 0.25% | - |
| XYZ | 2.66 | 4.16 | 1.42 | - |
| YUV | 50.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 22 | 0.49 | 0 | 0.66 | 0.75 | 104.65 | 0.49 | 0.17 |
| Hex | 21 | 41 | 16 | 31 | 0 | 42 | 4B | 69 | 31 | 11 |
| Octal | 41 | 101 | 26 | 61 | 0 | 102 | 113 | 151 | 61 | 21 |
| Binary | 100001 | 1000001 | 10110 | 110001 | 0 | 1000010 | 1001011 | 1101001 | 110001 | 10001 |
Color Harmonies of #214116
Complementary color
Monochromatic Colors of #214116
Black with #214116
Text Example
Text Example
White with #214116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214116; }
p { color: rgb(33,65,22); }
H1.HeaderClassName
{
color: #214116;
}
.AnyTagClassName
{
color: #214116;
}
</style>
background-color css
<style>
a { background-color: #214116; }
a { background-color: rgb(33,65,22); }
div.DivClassName
{
background-color: #214116;
}
.BgClassName
{
background-color: #214116;
}
</style>
border-color css
<style>
span { border-color: #214116; }
span { border-color: rgb(33,65,22); }
td.TdClassName
{
border-color: #214116;
}
.TagClassName
{
border-color: #214116;
}
</style>