Shades of Myrtle #214C23
Tints of Myrtle #214C23
RGB
CMYK
RGB Variations
Color information
#214C23 (or 0x214C23) is known color: Myrtle. HEX triplet: 21, 4C and 23. RGB value is (33,76,35). Sum of RGB (Red+Green+Blue) = 33+76+35=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #214C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C23 is #DEB3DC. Grayscale: #3A3A3A. Windows color (decimal): -14595037 or 2313249. OLE color: 2313249.
HSL color Cylindrical-coordinate representation of color #214C23: hue angle of 122.79º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C23 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 35 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.70 |
| HSL | 122.79º | 0.39% | 0.21% | - |
| HSV(B) | 122.79º | 0.57% | 0.3% | - |
| XYZ | 3.52 | 5.61 | 2.49 | - |
| YUV | 58.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 35 | 0.57 | 0 | 0.54 | 0.70 | 122.79 | 0.39 | 0.21 |
| Hex | 21 | 4C | 23 | 39 | 0 | 36 | 46 | 7B | 27 | 15 |
| Octal | 41 | 114 | 43 | 71 | 0 | 66 | 106 | 173 | 47 | 25 |
| Binary | 100001 | 1001100 | 100011 | 111001 | 0 | 110110 | 1000110 | 1111011 | 100111 | 10101 |
Color Harmonies of #214C23
Complementary color
Monochromatic Colors of #214C23
Black with #214C23
Text Example
Text Example
White with #214C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C23; }
p { color: rgb(33,76,35); }
H1.HeaderClassName
{
color: #214C23;
}
.AnyTagClassName
{
color: #214C23;
}
</style>
background-color css
<style>
a { background-color: #214C23; }
a { background-color: rgb(33,76,35); }
div.DivClassName
{
background-color: #214C23;
}
.BgClassName
{
background-color: #214C23;
}
</style>
border-color css
<style>
span { border-color: #214C23; }
span { border-color: rgb(33,76,35); }
td.TdClassName
{
border-color: #214C23;
}
.TagClassName
{
border-color: #214C23;
}
</style>