Shades of Myrtle #214113
Tints of Myrtle #214113
RGB
CMYK
RGB Variations
Color information
#214113 (or 0x214113) is known color: Myrtle. HEX triplet: 21, 41 and 13. RGB value is (33,65,19). Sum of RGB (Red+Green+Blue) = 33+65+19=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #214113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214113 is #DEBEEC. Grayscale: #323232. Windows color (decimal): -14597869 or 1261857. OLE color: 1261857.
HSL color Cylindrical-coordinate representation of color #214113: hue angle of 101.74º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214113 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 19 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.75 |
| HSL | 101.74º | 0.55% | 0.16% | - |
| HSV(B) | 101.74º | 0.71% | 0.25% | - |
| XYZ | 2.64 | 4.15 | 1.28 | - |
| YUV | 50.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 19 | 0.49 | 0 | 0.71 | 0.75 | 101.74 | 0.55 | 0.16 |
| Hex | 21 | 41 | 13 | 31 | 0 | 47 | 4B | 66 | 37 | 10 |
| Octal | 41 | 101 | 23 | 61 | 0 | 107 | 113 | 146 | 67 | 20 |
| Binary | 100001 | 1000001 | 10011 | 110001 | 0 | 1000111 | 1001011 | 1100110 | 110111 | 10000 |
Color Harmonies of #214113
Complementary color
Monochromatic Colors of #214113
Black with #214113
Text Example
Text Example
White with #214113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214113; }
p { color: rgb(33,65,19); }
H1.HeaderClassName
{
color: #214113;
}
.AnyTagClassName
{
color: #214113;
}
</style>
background-color css
<style>
a { background-color: #214113; }
a { background-color: rgb(33,65,19); }
div.DivClassName
{
background-color: #214113;
}
.BgClassName
{
background-color: #214113;
}
</style>
border-color css
<style>
span { border-color: #214113; }
span { border-color: rgb(33,65,19); }
td.TdClassName
{
border-color: #214113;
}
.TagClassName
{
border-color: #214113;
}
</style>