Shades of Myrtle #204B0A
Tints of Myrtle #204B0A
RGB
CMYK
RGB Variations
Color information
#204B0A (or 0x204B0A) is known color: Myrtle. HEX triplet: 20, 4B and 0A. RGB value is (32,75,10). Sum of RGB (Red+Green+Blue) = 32+75+10=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 75 (29.69% from 255 or 64.10% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 75 - color contains mainly: green. Hex color #204B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204B0A is #DFB4F5. Grayscale: #363636. Windows color (decimal): -14660854 or 674592. OLE color: 674592.
HSL color Cylindrical-coordinate representation of color #204B0A: hue angle of 99.69º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204B0A is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 75 | 10 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.71 |
| HSL | 99.69º | 0.76% | 0.17% | - |
| HSV(B) | 99.69º | 0.87% | 0.29% | - |
| XYZ | 3.17 | 5.36 | 1.16 | - |
| YUV | 54.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 10 | 0.57 | 0 | 0.87 | 0.71 | 99.69 | 0.76 | 0.17 |
| Hex | 20 | 4B | A | 39 | 0 | 57 | 47 | 64 | 4C | 11 |
| Octal | 40 | 113 | 12 | 71 | 0 | 127 | 107 | 144 | 114 | 21 |
| Binary | 100000 | 1001011 | 1010 | 111001 | 0 | 1010111 | 1000111 | 1100100 | 1001100 | 10001 |
Color Harmonies of #204B0A
Complementary color
Monochromatic Colors of #204B0A
Black with #204B0A
Text Example
Text Example
White with #204B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B0A; }
p { color: rgb(32,75,10); }
H1.HeaderClassName
{
color: #204B0A;
}
.AnyTagClassName
{
color: #204B0A;
}
</style>
background-color css
<style>
a { background-color: #204B0A; }
a { background-color: rgb(32,75,10); }
div.DivClassName
{
background-color: #204B0A;
}
.BgClassName
{
background-color: #204B0A;
}
</style>
border-color css
<style>
span { border-color: #204B0A; }
span { border-color: rgb(32,75,10); }
td.TdClassName
{
border-color: #204B0A;
}
.TagClassName
{
border-color: #204B0A;
}
</style>