Shades of Myrtle #204013
Tints of Myrtle #204013
RGB
CMYK
RGB Variations
Color information
#204013 (or 0x204013) is known color: Myrtle. HEX triplet: 20, 40 and 13. RGB value is (32,64,19). Sum of RGB (Red+Green+Blue) = 32+64+19=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #204013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204013 is #DFBFEC. Grayscale: #313131. Windows color (decimal): -14663661 or 1261600. OLE color: 1261600.
HSL color Cylindrical-coordinate representation of color #204013: hue angle of 102.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204013 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 19 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.75 |
| HSL | 102.67º | 0.54% | 0.16% | - |
| HSV(B) | 102.67º | 0.7% | 0.25% | - |
| XYZ | 2.55 | 4.02 | 1.26 | - |
| YUV | 49.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 19 | 0.50 | 0 | 0.70 | 0.75 | 102.67 | 0.54 | 0.16 |
| Hex | 20 | 40 | 13 | 32 | 0 | 46 | 4B | 67 | 36 | 10 |
| Octal | 40 | 100 | 23 | 62 | 0 | 106 | 113 | 147 | 66 | 20 |
| Binary | 100000 | 1000000 | 10011 | 110010 | 0 | 1000110 | 1001011 | 1100111 | 110110 | 10000 |
Color Harmonies of #204013
Complementary color
Monochromatic Colors of #204013
Black with #204013
Text Example
Text Example
White with #204013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204013; }
p { color: rgb(32,64,19); }
H1.HeaderClassName
{
color: #204013;
}
.AnyTagClassName
{
color: #204013;
}
</style>
background-color css
<style>
a { background-color: #204013; }
a { background-color: rgb(32,64,19); }
div.DivClassName
{
background-color: #204013;
}
.BgClassName
{
background-color: #204013;
}
</style>
border-color css
<style>
span { border-color: #204013; }
span { border-color: rgb(32,64,19); }
td.TdClassName
{
border-color: #204013;
}
.TagClassName
{
border-color: #204013;
}
</style>