Shades of Myrtle #214614
Tints of Myrtle #214614
RGB
CMYK
RGB Variations
Color information
#214614 (or 0x214614) is known color: Myrtle. HEX triplet: 21, 46 and 14. RGB value is (33,70,20). Sum of RGB (Red+Green+Blue) = 33+70+20=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #214614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214614 is #DEB9EB. Grayscale: #353535. Windows color (decimal): -14596588 or 1328673. OLE color: 1328673.
HSL color Cylindrical-coordinate representation of color #214614: hue angle of 104.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214614 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 20 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.73 |
| HSL | 104.4º | 0.56% | 0.18% | - |
| HSV(B) | 104.4º | 0.71% | 0.27% | - |
| XYZ | 2.94 | 4.75 | 1.42 | - |
| YUV | 53.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 20 | 0.53 | 0 | 0.71 | 0.73 | 104.4 | 0.56 | 0.18 |
| Hex | 21 | 46 | 14 | 35 | 0 | 47 | 49 | 68 | 38 | 12 |
| Octal | 41 | 106 | 24 | 65 | 0 | 107 | 111 | 150 | 70 | 22 |
| Binary | 100001 | 1000110 | 10100 | 110101 | 0 | 1000111 | 1001001 | 1101000 | 111000 | 10010 |
Color Harmonies of #214614
Complementary color
Monochromatic Colors of #214614
Black with #214614
Text Example
Text Example
White with #214614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214614; }
p { color: rgb(33,70,20); }
H1.HeaderClassName
{
color: #214614;
}
.AnyTagClassName
{
color: #214614;
}
</style>
background-color css
<style>
a { background-color: #214614; }
a { background-color: rgb(33,70,20); }
div.DivClassName
{
background-color: #214614;
}
.BgClassName
{
background-color: #214614;
}
</style>
border-color css
<style>
span { border-color: #214614; }
span { border-color: rgb(33,70,20); }
td.TdClassName
{
border-color: #214614;
}
.TagClassName
{
border-color: #214614;
}
</style>