Shades of Myrtle #214C19
Tints of Myrtle #214C19
RGB
CMYK
RGB Variations
Color information
#214C19 (or 0x214C19) is known color: Myrtle. HEX triplet: 21, 4C and 19. RGB value is (33,76,25). Sum of RGB (Red+Green+Blue) = 33+76+25=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #214C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C19 is #DEB3E6. Grayscale: #393939. Windows color (decimal): -14595047 or 1657889. OLE color: 1657889.
HSL color Cylindrical-coordinate representation of color #214C19: hue angle of 110.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214C19 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 25 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.70 |
| HSL | 110.59º | 0.5% | 0.2% | - |
| HSV(B) | 110.59º | 0.67% | 0.3% | - |
| XYZ | 3.39 | 5.56 | 1.81 | - |
| YUV | 57.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 25 | 0.57 | 0 | 0.67 | 0.70 | 110.59 | 0.5 | 0.2 |
| Hex | 21 | 4C | 19 | 39 | 0 | 43 | 46 | 6F | 32 | 14 |
| Octal | 41 | 114 | 31 | 71 | 0 | 103 | 106 | 157 | 62 | 24 |
| Binary | 100001 | 1001100 | 11001 | 111001 | 0 | 1000011 | 1000110 | 1101111 | 110010 | 10100 |
Color Harmonies of #214C19
Complementary color
Monochromatic Colors of #214C19
Black with #214C19
Text Example
Text Example
White with #214C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C19; }
p { color: rgb(33,76,25); }
H1.HeaderClassName
{
color: #214C19;
}
.AnyTagClassName
{
color: #214C19;
}
</style>
background-color css
<style>
a { background-color: #214C19; }
a { background-color: rgb(33,76,25); }
div.DivClassName
{
background-color: #214C19;
}
.BgClassName
{
background-color: #214C19;
}
</style>
border-color css
<style>
span { border-color: #214C19; }
span { border-color: rgb(33,76,25); }
td.TdClassName
{
border-color: #214C19;
}
.TagClassName
{
border-color: #214C19;
}
</style>