Shades of Myrtle #214111
Tints of Myrtle #214111
RGB
CMYK
RGB Variations
Color information
#214111 (or 0x214111) is known color: Myrtle. HEX triplet: 21, 41 and 11. RGB value is (33,65,17). Sum of RGB (Red+Green+Blue) = 33+65+17=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #214111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214111 is #DEBEEE. Grayscale: #323232. Windows color (decimal): -14597871 or 1130785. OLE color: 1130785.
HSL color Cylindrical-coordinate representation of color #214111: hue angle of 100º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214111 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 17 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.75 |
| HSL | 100º | 0.59% | 0.16% | - |
| HSV(B) | 100º | 0.74% | 0.25% | - |
| XYZ | 2.62 | 4.14 | 1.19 | - |
| YUV | 49.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 17 | 0.49 | 0 | 0.74 | 0.75 | 100 | 0.59 | 0.16 |
| Hex | 21 | 41 | 11 | 31 | 0 | 4A | 4B | 64 | 3B | 10 |
| Octal | 41 | 101 | 21 | 61 | 0 | 112 | 113 | 144 | 73 | 20 |
| Binary | 100001 | 1000001 | 10001 | 110001 | 0 | 1001010 | 1001011 | 1100100 | 111011 | 10000 |
Color Harmonies of #214111
Complementary color
Monochromatic Colors of #214111
Black with #214111
Text Example
Text Example
White with #214111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214111; }
p { color: rgb(33,65,17); }
H1.HeaderClassName
{
color: #214111;
}
.AnyTagClassName
{
color: #214111;
}
</style>
background-color css
<style>
a { background-color: #214111; }
a { background-color: rgb(33,65,17); }
div.DivClassName
{
background-color: #214111;
}
.BgClassName
{
background-color: #214111;
}
</style>
border-color css
<style>
span { border-color: #214111; }
span { border-color: rgb(33,65,17); }
td.TdClassName
{
border-color: #214111;
}
.TagClassName
{
border-color: #214111;
}
</style>