Shades of Myrtle #205319
Tints of Myrtle #205319
RGB
CMYK
RGB Variations
Color information
#205319 (or 0x205319) is known color: Myrtle. HEX triplet: 20, 53 and 19. RGB value is (32,83,25). Sum of RGB (Red+Green+Blue) = 32+83+25=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #205319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205319 is #DFACE6. Grayscale: #3D3D3D. Windows color (decimal): -14658791 or 1659680. OLE color: 1659680.
HSL color Cylindrical-coordinate representation of color #205319: hue angle of 112.76º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205319 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 25 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.67 |
| HSL | 112.76º | 0.54% | 0.21% | - |
| HSV(B) | 112.76º | 0.7% | 0.33% | - |
| XYZ | 3.86 | 6.56 | 1.98 | - |
| YUV | 61.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 25 | 0.61 | 0 | 0.70 | 0.67 | 112.76 | 0.54 | 0.21 |
| Hex | 20 | 53 | 19 | 3D | 0 | 46 | 43 | 71 | 36 | 15 |
| Octal | 40 | 123 | 31 | 75 | 0 | 106 | 103 | 161 | 66 | 25 |
| Binary | 100000 | 1010011 | 11001 | 111101 | 0 | 1000110 | 1000011 | 1110001 | 110110 | 10101 |
Color Harmonies of #205319
Complementary color
Monochromatic Colors of #205319
Black with #205319
Text Example
Text Example
White with #205319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205319; }
p { color: rgb(32,83,25); }
H1.HeaderClassName
{
color: #205319;
}
.AnyTagClassName
{
color: #205319;
}
</style>
background-color css
<style>
a { background-color: #205319; }
a { background-color: rgb(32,83,25); }
div.DivClassName
{
background-color: #205319;
}
.BgClassName
{
background-color: #205319;
}
</style>
border-color css
<style>
span { border-color: #205319; }
span { border-color: rgb(32,83,25); }
td.TdClassName
{
border-color: #205319;
}
.TagClassName
{
border-color: #205319;
}
</style>