Shades of Myrtle #205812
Tints of Myrtle #205812
RGB
CMYK
RGB Variations
Color information
#205812 (or 0x205812) is known color: Myrtle. HEX triplet: 20, 58 and 12. RGB value is (32,88,18). Sum of RGB (Red+Green+Blue) = 32+88+18=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #205812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205812 is #DFA7ED. Grayscale: #3F3F3F. Windows color (decimal): -14657518 or 1202208. OLE color: 1202208.
HSL color Cylindrical-coordinate representation of color #205812: hue angle of 108º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205812 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 88 | 18 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.65 |
| HSL | 108º | 0.66% | 0.21% | - |
| HSV(B) | 108º | 0.8% | 0.35% | - |
| XYZ | 4.19 | 7.33 | 1.77 | - |
| YUV | 63.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 18 | 0.64 | 0 | 0.80 | 0.65 | 108 | 0.66 | 0.21 |
| Hex | 20 | 58 | 12 | 40 | 0 | 50 | 41 | 6C | 42 | 15 |
| Octal | 40 | 130 | 22 | 100 | 0 | 120 | 101 | 154 | 102 | 25 |
| Binary | 100000 | 1011000 | 10010 | 1000000 | 0 | 1010000 | 1000001 | 1101100 | 1000010 | 10101 |
Color Harmonies of #205812
Complementary color
Monochromatic Colors of #205812
Black with #205812
Text Example
Text Example
White with #205812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205812; }
p { color: rgb(32,88,18); }
H1.HeaderClassName
{
color: #205812;
}
.AnyTagClassName
{
color: #205812;
}
</style>
background-color css
<style>
a { background-color: #205812; }
a { background-color: rgb(32,88,18); }
div.DivClassName
{
background-color: #205812;
}
.BgClassName
{
background-color: #205812;
}
</style>
border-color css
<style>
span { border-color: #205812; }
span { border-color: rgb(32,88,18); }
td.TdClassName
{
border-color: #205812;
}
.TagClassName
{
border-color: #205812;
}
</style>