Shades of Myrtle #204814
Tints of Myrtle #204814
RGB
CMYK
RGB Variations
Color information
#204814 (or 0x204814) is known color: Myrtle. HEX triplet: 20, 48 and 14. RGB value is (32,72,20). Sum of RGB (Red+Green+Blue) = 32+72+20=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #204814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204814 is #DFB7EB. Grayscale: #363636. Windows color (decimal): -14661612 or 1329184. OLE color: 1329184.
HSL color Cylindrical-coordinate representation of color #204814: hue angle of 106.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204814 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 20 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.72 |
| HSL | 106.15º | 0.57% | 0.18% | - |
| HSV(B) | 106.15º | 0.72% | 0.28% | - |
| XYZ | 3.04 | 4.99 | 1.47 | - |
| YUV | 54.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 20 | 0.56 | 0 | 0.72 | 0.72 | 106.15 | 0.57 | 0.18 |
| Hex | 20 | 48 | 14 | 38 | 0 | 48 | 48 | 6A | 39 | 12 |
| Octal | 40 | 110 | 24 | 70 | 0 | 110 | 110 | 152 | 71 | 22 |
| Binary | 100000 | 1001000 | 10100 | 111000 | 0 | 1001000 | 1001000 | 1101010 | 111001 | 10010 |
Color Harmonies of #204814
Complementary color
Monochromatic Colors of #204814
Black with #204814
Text Example
Text Example
White with #204814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204814; }
p { color: rgb(32,72,20); }
H1.HeaderClassName
{
color: #204814;
}
.AnyTagClassName
{
color: #204814;
}
</style>
background-color css
<style>
a { background-color: #204814; }
a { background-color: rgb(32,72,20); }
div.DivClassName
{
background-color: #204814;
}
.BgClassName
{
background-color: #204814;
}
</style>
border-color css
<style>
span { border-color: #204814; }
span { border-color: rgb(32,72,20); }
td.TdClassName
{
border-color: #204814;
}
.TagClassName
{
border-color: #204814;
}
</style>