Shades of Myrtle #205312
Tints of Myrtle #205312
RGB
CMYK
RGB Variations
Color information
#205312 (or 0x205312) is known color: Myrtle. HEX triplet: 20, 53 and 12. RGB value is (32,83,18). Sum of RGB (Red+Green+Blue) = 32+83+18=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #205312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205312 is #DFACED. Grayscale: #3C3C3C. Windows color (decimal): -14658798 or 1200928. OLE color: 1200928.
HSL color Cylindrical-coordinate representation of color #205312: hue angle of 107.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205312 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 18 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.67 |
| HSL | 107.08º | 0.64% | 0.2% | - |
| HSV(B) | 107.08º | 0.78% | 0.33% | - |
| XYZ | 3.8 | 6.54 | 1.63 | - |
| YUV | 60.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 18 | 0.61 | 0 | 0.78 | 0.67 | 107.08 | 0.64 | 0.2 |
| Hex | 20 | 53 | 12 | 3D | 0 | 4E | 43 | 6B | 40 | 14 |
| Octal | 40 | 123 | 22 | 75 | 0 | 116 | 103 | 153 | 100 | 24 |
| Binary | 100000 | 1010011 | 10010 | 111101 | 0 | 1001110 | 1000011 | 1101011 | 1000000 | 10100 |
Color Harmonies of #205312
Complementary color
Monochromatic Colors of #205312
Black with #205312
Text Example
Text Example
White with #205312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205312; }
p { color: rgb(32,83,18); }
H1.HeaderClassName
{
color: #205312;
}
.AnyTagClassName
{
color: #205312;
}
</style>
background-color css
<style>
a { background-color: #205312; }
a { background-color: rgb(32,83,18); }
div.DivClassName
{
background-color: #205312;
}
.BgClassName
{
background-color: #205312;
}
</style>
border-color css
<style>
span { border-color: #205312; }
span { border-color: rgb(32,83,18); }
td.TdClassName
{
border-color: #205312;
}
.TagClassName
{
border-color: #205312;
}
</style>