Shades of Myrtle #205019
Tints of Myrtle #205019
RGB
CMYK
RGB Variations
Color information
#205019 (or 0x205019) is known color: Myrtle. HEX triplet: 20, 50 and 19. RGB value is (32,80,25). Sum of RGB (Red+Green+Blue) = 32+80+25=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #205019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205019 is #DFAFE6. Grayscale: #3B3B3B. Windows color (decimal): -14659559 or 1658912. OLE color: 1658912.
HSL color Cylindrical-coordinate representation of color #205019: hue angle of 112.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205019 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 25 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.69 |
| HSL | 112.36º | 0.52% | 0.21% | - |
| HSV(B) | 112.36º | 0.69% | 0.31% | - |
| XYZ | 3.64 | 6.11 | 1.91 | - |
| YUV | 59.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 25 | 0.60 | 0 | 0.69 | 0.69 | 112.36 | 0.52 | 0.21 |
| Hex | 20 | 50 | 19 | 3C | 0 | 45 | 45 | 70 | 34 | 15 |
| Octal | 40 | 120 | 31 | 74 | 0 | 105 | 105 | 160 | 64 | 25 |
| Binary | 100000 | 1010000 | 11001 | 111100 | 0 | 1000101 | 1000101 | 1110000 | 110100 | 10101 |
Color Harmonies of #205019
Complementary color
Monochromatic Colors of #205019
Black with #205019
Text Example
Text Example
White with #205019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205019; }
p { color: rgb(32,80,25); }
H1.HeaderClassName
{
color: #205019;
}
.AnyTagClassName
{
color: #205019;
}
</style>
background-color css
<style>
a { background-color: #205019; }
a { background-color: rgb(32,80,25); }
div.DivClassName
{
background-color: #205019;
}
.BgClassName
{
background-color: #205019;
}
</style>
border-color css
<style>
span { border-color: #205019; }
span { border-color: rgb(32,80,25); }
td.TdClassName
{
border-color: #205019;
}
.TagClassName
{
border-color: #205019;
}
</style>