Shades of Myrtle #214014
Tints of Myrtle #214014
RGB
CMYK
RGB Variations
Color information
#214014 (or 0x214014) is known color: Myrtle. HEX triplet: 21, 40 and 14. RGB value is (33,64,20). Sum of RGB (Red+Green+Blue) = 33+64+20=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #214014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214014 is #DEBFEB. Grayscale: #313131. Windows color (decimal): -14598124 or 1327137. OLE color: 1327137.
HSL color Cylindrical-coordinate representation of color #214014: hue angle of 102.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214014 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 20 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.75 |
| HSL | 102.27º | 0.52% | 0.16% | - |
| HSV(B) | 102.27º | 0.69% | 0.25% | - |
| XYZ | 2.59 | 4.04 | 1.31 | - |
| YUV | 49.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 20 | 0.48 | 0 | 0.69 | 0.75 | 102.27 | 0.52 | 0.16 |
| Hex | 21 | 40 | 14 | 30 | 0 | 45 | 4B | 66 | 34 | 10 |
| Octal | 41 | 100 | 24 | 60 | 0 | 105 | 113 | 146 | 64 | 20 |
| Binary | 100001 | 1000000 | 10100 | 110000 | 0 | 1000101 | 1001011 | 1100110 | 110100 | 10000 |
Color Harmonies of #214014
Complementary color
Monochromatic Colors of #214014
Black with #214014
Text Example
Text Example
White with #214014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214014; }
p { color: rgb(33,64,20); }
H1.HeaderClassName
{
color: #214014;
}
.AnyTagClassName
{
color: #214014;
}
</style>
background-color css
<style>
a { background-color: #214014; }
a { background-color: rgb(33,64,20); }
div.DivClassName
{
background-color: #214014;
}
.BgClassName
{
background-color: #214014;
}
</style>
border-color css
<style>
span { border-color: #214014; }
span { border-color: rgb(33,64,20); }
td.TdClassName
{
border-color: #214014;
}
.TagClassName
{
border-color: #214014;
}
</style>