Shades of Myrtle #204B19
Tints of Myrtle #204B19
RGB
CMYK
RGB Variations
Color information
#204B19 (or 0x204B19) is known color: Myrtle. HEX triplet: 20, 4B and 19. RGB value is (32,75,25). Sum of RGB (Red+Green+Blue) = 32+75+25=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #204B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204B19 is #DFB4E6. Grayscale: #383838. Windows color (decimal): -14660839 or 1657632. OLE color: 1657632.
HSL color Cylindrical-coordinate representation of color #204B19: hue angle of 111.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204B19 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 75 | 25 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.71 |
| HSL | 111.6º | 0.5% | 0.2% | - |
| HSV(B) | 111.6º | 0.67% | 0.29% | - |
| XYZ | 3.29 | 5.41 | 1.79 | - |
| YUV | 56.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 25 | 0.57 | 0 | 0.67 | 0.71 | 111.6 | 0.5 | 0.2 |
| Hex | 20 | 4B | 19 | 39 | 0 | 43 | 47 | 70 | 32 | 14 |
| Octal | 40 | 113 | 31 | 71 | 0 | 103 | 107 | 160 | 62 | 24 |
| Binary | 100000 | 1001011 | 11001 | 111001 | 0 | 1000011 | 1000111 | 1110000 | 110010 | 10100 |
Color Harmonies of #204B19
Complementary color
Monochromatic Colors of #204B19
Black with #204B19
Text Example
Text Example
White with #204B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B19; }
p { color: rgb(32,75,25); }
H1.HeaderClassName
{
color: #204B19;
}
.AnyTagClassName
{
color: #204B19;
}
</style>
background-color css
<style>
a { background-color: #204B19; }
a { background-color: rgb(32,75,25); }
div.DivClassName
{
background-color: #204B19;
}
.BgClassName
{
background-color: #204B19;
}
</style>
border-color css
<style>
span { border-color: #204B19; }
span { border-color: rgb(32,75,25); }
td.TdClassName
{
border-color: #204B19;
}
.TagClassName
{
border-color: #204B19;
}
</style>