Shades of Myrtle #214609
Tints of Myrtle #214609
RGB
CMYK
RGB Variations
Color information
#214609 (or 0x214609) is known color: Myrtle. HEX triplet: 21, 46 and 09. RGB value is (33,70,9). Sum of RGB (Red+Green+Blue) = 33+70+9=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #214609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214609 is #DEB9F6. Grayscale: #343434. Windows color (decimal): -14596599 or 607777. OLE color: 607777.
HSL color Cylindrical-coordinate representation of color #214609: hue angle of 96.39º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214609 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 9 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.73 |
| HSL | 96.39º | 0.77% | 0.15% | - |
| HSV(B) | 96.39º | 0.87% | 0.27% | - |
| XYZ | 2.87 | 4.72 | 1.02 | - |
| YUV | 51.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 9 | 0.53 | 0 | 0.87 | 0.73 | 96.39 | 0.77 | 0.15 |
| Hex | 21 | 46 | 9 | 35 | 0 | 57 | 49 | 60 | 4D | F |
| Octal | 41 | 106 | 11 | 65 | 0 | 127 | 111 | 140 | 115 | 17 |
| Binary | 100001 | 1000110 | 1001 | 110101 | 0 | 1010111 | 1001001 | 1100000 | 1001101 | 1111 |
Color Harmonies of #214609
Complementary color
Monochromatic Colors of #214609
Black with #214609
Text Example
Text Example
White with #214609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214609; }
p { color: rgb(33,70,9); }
H1.HeaderClassName
{
color: #214609;
}
.AnyTagClassName
{
color: #214609;
}
</style>
background-color css
<style>
a { background-color: #214609; }
a { background-color: rgb(33,70,9); }
div.DivClassName
{
background-color: #214609;
}
.BgClassName
{
background-color: #214609;
}
</style>
border-color css
<style>
span { border-color: #214609; }
span { border-color: rgb(33,70,9); }
td.TdClassName
{
border-color: #214609;
}
.TagClassName
{
border-color: #214609;
}
</style>