Shades of Myrtle #204C0B
Tints of Myrtle #204C0B
RGB
CMYK
RGB Variations
Color information
#204C0B (or 0x204C0B) is known color: Myrtle. HEX triplet: 20, 4C and 0B. RGB value is (32,76,11). Sum of RGB (Red+Green+Blue) = 32+76+11=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #204C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204C0B is #DFB3F4. Grayscale: #373737. Windows color (decimal): -14660597 or 740384. OLE color: 740384.
HSL color Cylindrical-coordinate representation of color #204C0B: hue angle of 100.62º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204C0B is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 11 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.70 |
| HSL | 100.62º | 0.75% | 0.17% | - |
| HSV(B) | 100.62º | 0.86% | 0.3% | - |
| XYZ | 3.24 | 5.5 | 1.21 | - |
| YUV | 55.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 11 | 0.58 | 0 | 0.86 | 0.70 | 100.62 | 0.75 | 0.17 |
| Hex | 20 | 4C | B | 3A | 0 | 56 | 46 | 65 | 4B | 11 |
| Octal | 40 | 114 | 13 | 72 | 0 | 126 | 106 | 145 | 113 | 21 |
| Binary | 100000 | 1001100 | 1011 | 111010 | 0 | 1010110 | 1000110 | 1100101 | 1001011 | 10001 |
Color Harmonies of #204C0B
Complementary color
Monochromatic Colors of #204C0B
Black with #204C0B
Text Example
Text Example
White with #204C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C0B; }
p { color: rgb(32,76,11); }
H1.HeaderClassName
{
color: #204C0B;
}
.AnyTagClassName
{
color: #204C0B;
}
</style>
background-color css
<style>
a { background-color: #204C0B; }
a { background-color: rgb(32,76,11); }
div.DivClassName
{
background-color: #204C0B;
}
.BgClassName
{
background-color: #204C0B;
}
</style>
border-color css
<style>
span { border-color: #204C0B; }
span { border-color: rgb(32,76,11); }
td.TdClassName
{
border-color: #204C0B;
}
.TagClassName
{
border-color: #204C0B;
}
</style>