Shades of Myrtle #214624
Tints of Myrtle #214624
RGB
CMYK
RGB Variations
Color information
#214624 (or 0x214624) is known color: Myrtle. HEX triplet: 21, 46 and 24. RGB value is (33,70,36). Sum of RGB (Red+Green+Blue) = 33+70+36=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #214624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214624 is #DEB9DB. Grayscale: #373737. Windows color (decimal): -14596572 or 2377249. OLE color: 2377249.
HSL color Cylindrical-coordinate representation of color #214624: hue angle of 124.86º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214624 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 36 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.73 |
| HSL | 124.86º | 0.36% | 0.2% | - |
| HSV(B) | 124.86º | 0.53% | 0.27% | - |
| XYZ | 3.14 | 4.83 | 2.44 | - |
| YUV | 55.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 36 | 0.53 | 0 | 0.49 | 0.73 | 124.86 | 0.36 | 0.2 |
| Hex | 21 | 46 | 24 | 35 | 0 | 31 | 49 | 7D | 24 | 14 |
| Octal | 41 | 106 | 44 | 65 | 0 | 61 | 111 | 175 | 44 | 24 |
| Binary | 100001 | 1000110 | 100100 | 110101 | 0 | 110001 | 1001001 | 1111101 | 100100 | 10100 |
Color Harmonies of #214624
Complementary color
Monochromatic Colors of #214624
Black with #214624
Text Example
Text Example
White with #214624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214624; }
p { color: rgb(33,70,36); }
H1.HeaderClassName
{
color: #214624;
}
.AnyTagClassName
{
color: #214624;
}
</style>
background-color css
<style>
a { background-color: #214624; }
a { background-color: rgb(33,70,36); }
div.DivClassName
{
background-color: #214624;
}
.BgClassName
{
background-color: #214624;
}
</style>
border-color css
<style>
span { border-color: #214624; }
span { border-color: rgb(33,70,36); }
td.TdClassName
{
border-color: #214624;
}
.TagClassName
{
border-color: #214624;
}
</style>