Shades of Myrtle #204320
Tints of Myrtle #204320
RGB
CMYK
RGB Variations
Color information
#204320 (or 0x204320) is known color: Myrtle. HEX triplet: 20, 43 and 20. RGB value is (32,67,32). Sum of RGB (Red+Green+Blue) = 32+67+32=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #204320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204320 is #DFBCDF. Grayscale: #343434. Windows color (decimal): -14662880 or 2114336. OLE color: 2114336.
HSL color Cylindrical-coordinate representation of color #204320: hue angle of 120º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204320 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 32 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.74 |
| HSL | 120º | 0.35% | 0.19% | - |
| HSV(B) | 120º | 0.52% | 0.26% | - |
| XYZ | 2.86 | 4.43 | 2.07 | - |
| YUV | 52.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 32 | 0.52 | 0 | 0.52 | 0.74 | 120 | 0.35 | 0.19 |
| Hex | 20 | 43 | 20 | 34 | 0 | 34 | 4A | 78 | 23 | 13 |
| Octal | 40 | 103 | 40 | 64 | 0 | 64 | 112 | 170 | 43 | 23 |
| Binary | 100000 | 1000011 | 100000 | 110100 | 0 | 110100 | 1001010 | 1111000 | 100011 | 10011 |
Color Harmonies of #204320
Complementary color
Monochromatic Colors of #204320
Black with #204320
Text Example
Text Example
White with #204320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204320; }
p { color: rgb(32,67,32); }
H1.HeaderClassName
{
color: #204320;
}
.AnyTagClassName
{
color: #204320;
}
</style>
background-color css
<style>
a { background-color: #204320; }
a { background-color: rgb(32,67,32); }
div.DivClassName
{
background-color: #204320;
}
.BgClassName
{
background-color: #204320;
}
</style>
border-color css
<style>
span { border-color: #204320; }
span { border-color: rgb(32,67,32); }
td.TdClassName
{
border-color: #204320;
}
.TagClassName
{
border-color: #204320;
}
</style>