Shades of Myrtle #214413
Tints of Myrtle #214413
RGB
CMYK
RGB Variations
Color information
#214413 (or 0x214413) is known color: Myrtle. HEX triplet: 21, 44 and 13. RGB value is (33,68,19). Sum of RGB (Red+Green+Blue) = 33+68+19=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #214413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214413 is #DEBBEC. Grayscale: #343434. Windows color (decimal): -14597101 or 1262625. OLE color: 1262625.
HSL color Cylindrical-coordinate representation of color #214413: hue angle of 102.86º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214413 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 19 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.73 |
| HSL | 102.86º | 0.56% | 0.17% | - |
| HSV(B) | 102.86º | 0.72% | 0.27% | - |
| XYZ | 2.81 | 4.5 | 1.34 | - |
| YUV | 51.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 19 | 0.51 | 0 | 0.72 | 0.73 | 102.86 | 0.56 | 0.17 |
| Hex | 21 | 44 | 13 | 33 | 0 | 48 | 49 | 67 | 38 | 11 |
| Octal | 41 | 104 | 23 | 63 | 0 | 110 | 111 | 147 | 70 | 21 |
| Binary | 100001 | 1000100 | 10011 | 110011 | 0 | 1001000 | 1001001 | 1100111 | 111000 | 10001 |
Color Harmonies of #214413
Complementary color
Monochromatic Colors of #214413
Black with #214413
Text Example
Text Example
White with #214413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214413; }
p { color: rgb(33,68,19); }
H1.HeaderClassName
{
color: #214413;
}
.AnyTagClassName
{
color: #214413;
}
</style>
background-color css
<style>
a { background-color: #214413; }
a { background-color: rgb(33,68,19); }
div.DivClassName
{
background-color: #214413;
}
.BgClassName
{
background-color: #214413;
}
</style>
border-color css
<style>
span { border-color: #214413; }
span { border-color: rgb(33,68,19); }
td.TdClassName
{
border-color: #214413;
}
.TagClassName
{
border-color: #214413;
}
</style>