Shades of Myrtle #204C25
Tints of Myrtle #204C25
RGB
CMYK
RGB Variations
Color information
#204C25 (or 0x204C25) is known color: Myrtle. HEX triplet: 20, 4C and 25. RGB value is (32,76,37). Sum of RGB (Red+Green+Blue) = 32+76+37=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #204C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C25 is #DFB3DA. Grayscale: #3A3A3A. Windows color (decimal): -14660571 or 2444320. OLE color: 2444320.
HSL color Cylindrical-coordinate representation of color #204C25: hue angle of 126.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C25 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 37 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.70 |
| HSL | 126.82º | 0.41% | 0.21% | - |
| HSV(B) | 126.82º | 0.58% | 0.3% | - |
| XYZ | 3.51 | 5.61 | 2.65 | - |
| YUV | 58.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 37 | 0.58 | 0 | 0.51 | 0.70 | 126.82 | 0.41 | 0.21 |
| Hex | 20 | 4C | 25 | 3A | 0 | 33 | 46 | 7F | 29 | 15 |
| Octal | 40 | 114 | 45 | 72 | 0 | 63 | 106 | 177 | 51 | 25 |
| Binary | 100000 | 1001100 | 100101 | 111010 | 0 | 110011 | 1000110 | 1111111 | 101001 | 10101 |
Color Harmonies of #204C25
Complementary color
Monochromatic Colors of #204C25
Black with #204C25
Text Example
Text Example
White with #204C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C25; }
p { color: rgb(32,76,37); }
H1.HeaderClassName
{
color: #204C25;
}
.AnyTagClassName
{
color: #204C25;
}
</style>
background-color css
<style>
a { background-color: #204C25; }
a { background-color: rgb(32,76,37); }
div.DivClassName
{
background-color: #204C25;
}
.BgClassName
{
background-color: #204C25;
}
</style>
border-color css
<style>
span { border-color: #204C25; }
span { border-color: rgb(32,76,37); }
td.TdClassName
{
border-color: #204C25;
}
.TagClassName
{
border-color: #204C25;
}
</style>