Shades of Myrtle #214023
Tints of Myrtle #214023
RGB
CMYK
RGB Variations
Color information
#214023 (or 0x214023) is known color: Myrtle. HEX triplet: 21, 40 and 23. RGB value is (33,64,35). Sum of RGB (Red+Green+Blue) = 33+64+35=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #214023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214023 is #DEBFDC. Grayscale: #333333. Windows color (decimal): -14598109 or 2310177. OLE color: 2310177.
HSL color Cylindrical-coordinate representation of color #214023: hue angle of 123.87º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214023 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 35 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.75 |
| HSL | 123.87º | 0.32% | 0.19% | - |
| HSV(B) | 123.87º | 0.48% | 0.25% | - |
| XYZ | 2.76 | 4.11 | 2.24 | - |
| YUV | 51.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 35 | 0.48 | 0 | 0.45 | 0.75 | 123.87 | 0.32 | 0.19 |
| Hex | 21 | 40 | 23 | 30 | 0 | 2D | 4B | 7C | 20 | 13 |
| Octal | 41 | 100 | 43 | 60 | 0 | 55 | 113 | 174 | 40 | 23 |
| Binary | 100001 | 1000000 | 100011 | 110000 | 0 | 101101 | 1001011 | 1111100 | 100000 | 10011 |
Color Harmonies of #214023
Complementary color
Monochromatic Colors of #214023
Black with #214023
Text Example
Text Example
White with #214023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214023; }
p { color: rgb(33,64,35); }
H1.HeaderClassName
{
color: #214023;
}
.AnyTagClassName
{
color: #214023;
}
</style>
background-color css
<style>
a { background-color: #214023; }
a { background-color: rgb(33,64,35); }
div.DivClassName
{
background-color: #214023;
}
.BgClassName
{
background-color: #214023;
}
</style>
border-color css
<style>
span { border-color: #214023; }
span { border-color: rgb(33,64,35); }
td.TdClassName
{
border-color: #214023;
}
.TagClassName
{
border-color: #214023;
}
</style>