Shades of Myrtle #204625
Tints of Myrtle #204625
RGB
CMYK
RGB Variations
Color information
#204625 (or 0x204625) is known color: Myrtle. HEX triplet: 20, 46 and 25. RGB value is (32,70,37). Sum of RGB (Red+Green+Blue) = 32+70+37=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #204625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204625 is #DFB9DA. Grayscale: #363636. Windows color (decimal): -14662107 or 2442784. OLE color: 2442784.
HSL color Cylindrical-coordinate representation of color #204625: hue angle of 127.89º 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 #204625 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 37 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.73 |
| HSL | 127.89º | 0.37% | 0.2% | - |
| HSV(B) | 127.89º | 0.54% | 0.27% | - |
| XYZ | 3.12 | 4.82 | 2.52 | - |
| YUV | 54.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 37 | 0.54 | 0 | 0.47 | 0.73 | 127.89 | 0.37 | 0.2 |
| Hex | 20 | 46 | 25 | 36 | 0 | 2F | 49 | 80 | 25 | 14 |
| Octal | 40 | 106 | 45 | 66 | 0 | 57 | 111 | 200 | 45 | 24 |
| Binary | 100000 | 1000110 | 100101 | 110110 | 0 | 101111 | 1001001 | 10000000 | 100101 | 10100 |
Color Harmonies of #204625
Complementary color
Monochromatic Colors of #204625
Black with #204625
Text Example
Text Example
White with #204625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204625; }
p { color: rgb(32,70,37); }
H1.HeaderClassName
{
color: #204625;
}
.AnyTagClassName
{
color: #204625;
}
</style>
background-color css
<style>
a { background-color: #204625; }
a { background-color: rgb(32,70,37); }
div.DivClassName
{
background-color: #204625;
}
.BgClassName
{
background-color: #204625;
}
</style>
border-color css
<style>
span { border-color: #204625; }
span { border-color: rgb(32,70,37); }
td.TdClassName
{
border-color: #204625;
}
.TagClassName
{
border-color: #204625;
}
</style>