Shades of Myrtle #214423
Tints of Myrtle #214423
RGB
CMYK
RGB Variations
Color information
#214423 (or 0x214423) is known color: Myrtle. HEX triplet: 21, 44 and 23. RGB value is (33,68,35). Sum of RGB (Red+Green+Blue) = 33+68+35=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #214423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214423 is #DEBBDC. Grayscale: #353535. Windows color (decimal): -14597085 or 2311201. OLE color: 2311201.
HSL color Cylindrical-coordinate representation of color #214423: hue angle of 123.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214423 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 35 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.73 |
| HSL | 123.43º | 0.35% | 0.2% | - |
| HSV(B) | 123.43º | 0.51% | 0.27% | - |
| XYZ | 3 | 4.58 | 2.32 | - |
| YUV | 53.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 35 | 0.51 | 0 | 0.49 | 0.73 | 123.43 | 0.35 | 0.2 |
| Hex | 21 | 44 | 23 | 33 | 0 | 31 | 49 | 7B | 23 | 14 |
| Octal | 41 | 104 | 43 | 63 | 0 | 61 | 111 | 173 | 43 | 24 |
| Binary | 100001 | 1000100 | 100011 | 110011 | 0 | 110001 | 1001001 | 1111011 | 100011 | 10100 |
Color Harmonies of #214423
Complementary color
Monochromatic Colors of #214423
Black with #214423
Text Example
Text Example
White with #214423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214423; }
p { color: rgb(33,68,35); }
H1.HeaderClassName
{
color: #214423;
}
.AnyTagClassName
{
color: #214423;
}
</style>
background-color css
<style>
a { background-color: #214423; }
a { background-color: rgb(33,68,35); }
div.DivClassName
{
background-color: #214423;
}
.BgClassName
{
background-color: #214423;
}
</style>
border-color css
<style>
span { border-color: #214423; }
span { border-color: rgb(33,68,35); }
td.TdClassName
{
border-color: #214423;
}
.TagClassName
{
border-color: #214423;
}
</style>