Shades of Myrtle #214B14
Tints of Myrtle #214B14
RGB
CMYK
RGB Variations
Color information
#214B14 (or 0x214B14) is known color: Myrtle. HEX triplet: 21, 4B and 14. RGB value is (33,75,20). Sum of RGB (Red+Green+Blue) = 33+75+20=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #214B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214B14 is #DEB4EB. Grayscale: #383838. Windows color (decimal): -14595308 or 1329953. OLE color: 1329953.
HSL color Cylindrical-coordinate representation of color #214B14: hue angle of 105.82º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214B14 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 20 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.71 |
| HSL | 105.82º | 0.58% | 0.19% | - |
| HSV(B) | 105.82º | 0.73% | 0.29% | - |
| XYZ | 3.27 | 5.41 | 1.53 | - |
| YUV | 56.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 20 | 0.56 | 0 | 0.73 | 0.71 | 105.82 | 0.58 | 0.19 |
| Hex | 21 | 4B | 14 | 38 | 0 | 49 | 47 | 6A | 3A | 13 |
| Octal | 41 | 113 | 24 | 70 | 0 | 111 | 107 | 152 | 72 | 23 |
| Binary | 100001 | 1001011 | 10100 | 111000 | 0 | 1001001 | 1000111 | 1101010 | 111010 | 10011 |
Color Harmonies of #214B14
Complementary color
Monochromatic Colors of #214B14
Black with #214B14
Text Example
Text Example
White with #214B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B14; }
p { color: rgb(33,75,20); }
H1.HeaderClassName
{
color: #214B14;
}
.AnyTagClassName
{
color: #214B14;
}
</style>
background-color css
<style>
a { background-color: #214B14; }
a { background-color: rgb(33,75,20); }
div.DivClassName
{
background-color: #214B14;
}
.BgClassName
{
background-color: #214B14;
}
</style>
border-color css
<style>
span { border-color: #214B14; }
span { border-color: rgb(33,75,20); }
td.TdClassName
{
border-color: #214B14;
}
.TagClassName
{
border-color: #214B14;
}
</style>