Shades of Myrtle #205311
Tints of Myrtle #205311
RGB
CMYK
RGB Variations
Color information
#205311 (or 0x205311) is known color: Myrtle. HEX triplet: 20, 53 and 11. RGB value is (32,83,17). Sum of RGB (Red+Green+Blue) = 32+83+17=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #205311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205311 is #DFACEE. Grayscale: #3C3C3C. Windows color (decimal): -14658799 or 1135392. OLE color: 1135392.
HSL color Cylindrical-coordinate representation of color #205311: hue angle of 106.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205311 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 17 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.67 |
| HSL | 106.36º | 0.66% | 0.2% | - |
| HSV(B) | 106.36º | 0.8% | 0.33% | - |
| XYZ | 3.79 | 6.53 | 1.59 | - |
| YUV | 60.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 17 | 0.61 | 0 | 0.80 | 0.67 | 106.36 | 0.66 | 0.2 |
| Hex | 20 | 53 | 11 | 3D | 0 | 50 | 43 | 6A | 42 | 14 |
| Octal | 40 | 123 | 21 | 75 | 0 | 120 | 103 | 152 | 102 | 24 |
| Binary | 100000 | 1010011 | 10001 | 111101 | 0 | 1010000 | 1000011 | 1101010 | 1000010 | 10100 |
Color Harmonies of #205311
Complementary color
Monochromatic Colors of #205311
Black with #205311
Text Example
Text Example
White with #205311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205311; }
p { color: rgb(32,83,17); }
H1.HeaderClassName
{
color: #205311;
}
.AnyTagClassName
{
color: #205311;
}
</style>
background-color css
<style>
a { background-color: #205311; }
a { background-color: rgb(32,83,17); }
div.DivClassName
{
background-color: #205311;
}
.BgClassName
{
background-color: #205311;
}
</style>
border-color css
<style>
span { border-color: #205311; }
span { border-color: rgb(32,83,17); }
td.TdClassName
{
border-color: #205311;
}
.TagClassName
{
border-color: #205311;
}
</style>