Shades of Myrtle #204525
Tints of Myrtle #204525
RGB
CMYK
RGB Variations
Color information
#204525 (or 0x204525) is known color: Myrtle. HEX triplet: 20, 45 and 25. RGB value is (32,69,37). Sum of RGB (Red+Green+Blue) = 32+69+37=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #204525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204525 is #DFBADA. Grayscale: #363636. Windows color (decimal): -14662363 or 2442528. OLE color: 2442528.
HSL color Cylindrical-coordinate representation of color #204525: hue angle of 128.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204525 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 69 | 37 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.73 |
| HSL | 128.11º | 0.37% | 0.2% | - |
| HSV(B) | 128.11º | 0.54% | 0.27% | - |
| XYZ | 3.06 | 4.7 | 2.5 | - |
| YUV | 54.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 37 | 0.54 | 0 | 0.46 | 0.73 | 128.11 | 0.37 | 0.2 |
| Hex | 20 | 45 | 25 | 36 | 0 | 2E | 49 | 80 | 25 | 14 |
| Octal | 40 | 105 | 45 | 66 | 0 | 56 | 111 | 200 | 45 | 24 |
| Binary | 100000 | 1000101 | 100101 | 110110 | 0 | 101110 | 1001001 | 10000000 | 100101 | 10100 |
Color Harmonies of #204525
Complementary color
Monochromatic Colors of #204525
Black with #204525
Text Example
Text Example
White with #204525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204525; }
p { color: rgb(32,69,37); }
H1.HeaderClassName
{
color: #204525;
}
.AnyTagClassName
{
color: #204525;
}
</style>
background-color css
<style>
a { background-color: #204525; }
a { background-color: rgb(32,69,37); }
div.DivClassName
{
background-color: #204525;
}
.BgClassName
{
background-color: #204525;
}
</style>
border-color css
<style>
span { border-color: #204525; }
span { border-color: rgb(32,69,37); }
td.TdClassName
{
border-color: #204525;
}
.TagClassName
{
border-color: #204525;
}
</style>