Shades of Myrtle #204212
Tints of Myrtle #204212
RGB
CMYK
RGB Variations
Color information
#204212 (or 0x204212) is known color: Myrtle. HEX triplet: 20, 42 and 12. RGB value is (32,66,18). Sum of RGB (Red+Green+Blue) = 32+66+18=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #204212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204212 is #DFBDED. Grayscale: #323232. Windows color (decimal): -14663150 or 1196576. OLE color: 1196576.
HSL color Cylindrical-coordinate representation of color #204212: hue angle of 102.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204212 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 18 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.74 |
| HSL | 102.5º | 0.57% | 0.16% | - |
| HSV(B) | 102.5º | 0.73% | 0.26% | - |
| XYZ | 2.65 | 4.25 | 1.25 | - |
| YUV | 50.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 18 | 0.52 | 0 | 0.73 | 0.74 | 102.5 | 0.57 | 0.16 |
| Hex | 20 | 42 | 12 | 34 | 0 | 49 | 4A | 66 | 39 | 10 |
| Octal | 40 | 102 | 22 | 64 | 0 | 111 | 112 | 146 | 71 | 20 |
| Binary | 100000 | 1000010 | 10010 | 110100 | 0 | 1001001 | 1001010 | 1100110 | 111001 | 10000 |
Color Harmonies of #204212
Complementary color
Monochromatic Colors of #204212
Black with #204212
Text Example
Text Example
White with #204212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204212; }
p { color: rgb(32,66,18); }
H1.HeaderClassName
{
color: #204212;
}
.AnyTagClassName
{
color: #204212;
}
</style>
background-color css
<style>
a { background-color: #204212; }
a { background-color: rgb(32,66,18); }
div.DivClassName
{
background-color: #204212;
}
.BgClassName
{
background-color: #204212;
}
</style>
border-color css
<style>
span { border-color: #204212; }
span { border-color: rgb(32,66,18); }
td.TdClassName
{
border-color: #204212;
}
.TagClassName
{
border-color: #204212;
}
</style>