Shades of Myrtle #214619
Tints of Myrtle #214619
RGB
CMYK
RGB Variations
Color information
#214619 (or 0x214619) is known color: Myrtle. HEX triplet: 21, 46 and 19. RGB value is (33,70,25). Sum of RGB (Red+Green+Blue) = 33+70+25=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #214619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214619 is #DEB9E6. Grayscale: #353535. Windows color (decimal): -14596583 or 1656353. OLE color: 1656353.
HSL color Cylindrical-coordinate representation of color #214619: hue angle of 109.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214619 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 25 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.73 |
| HSL | 109.33º | 0.47% | 0.19% | - |
| HSV(B) | 109.33º | 0.64% | 0.27% | - |
| XYZ | 2.99 | 4.77 | 1.68 | - |
| YUV | 53.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 25 | 0.53 | 0 | 0.64 | 0.73 | 109.33 | 0.47 | 0.19 |
| Hex | 21 | 46 | 19 | 35 | 0 | 40 | 49 | 6D | 2F | 13 |
| Octal | 41 | 106 | 31 | 65 | 0 | 100 | 111 | 155 | 57 | 23 |
| Binary | 100001 | 1000110 | 11001 | 110101 | 0 | 1000000 | 1001001 | 1101101 | 101111 | 10011 |
Color Harmonies of #214619
Complementary color
Monochromatic Colors of #214619
Black with #214619
Text Example
Text Example
White with #214619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214619; }
p { color: rgb(33,70,25); }
H1.HeaderClassName
{
color: #214619;
}
.AnyTagClassName
{
color: #214619;
}
</style>
background-color css
<style>
a { background-color: #214619; }
a { background-color: rgb(33,70,25); }
div.DivClassName
{
background-color: #214619;
}
.BgClassName
{
background-color: #214619;
}
</style>
border-color css
<style>
span { border-color: #214619; }
span { border-color: rgb(33,70,25); }
td.TdClassName
{
border-color: #214619;
}
.TagClassName
{
border-color: #214619;
}
</style>