Shades of Myrtle #204901
Tints of Myrtle #204901
RGB
CMYK
RGB Variations
Color information
#204901 (or 0x204901) is known color: Myrtle. HEX triplet: 20, 49 and 01. RGB value is (32,73,1). Sum of RGB (Red+Green+Blue) = 32+73+1=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #204901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204901 is #DFB6FE. Grayscale: #343434. Windows color (decimal): -14661375 or 84256. OLE color: 84256.
HSL color Cylindrical-coordinate representation of color #204901: hue angle of 94.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #204901 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.71 |
| HSL | 94.17º | 0.97% | 0.15% | - |
| HSV(B) | 94.17º | 0.99% | 0.29% | - |
| XYZ | 2.98 | 5.07 | 0.85 | - |
| YUV | 52.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 1 | 0.56 | 0 | 0.99 | 0.71 | 94.17 | 0.97 | 0.15 |
| Hex | 20 | 49 | 1 | 38 | 0 | 63 | 47 | 5E | 61 | F |
| Octal | 40 | 111 | 1 | 70 | 0 | 143 | 107 | 136 | 141 | 17 |
| Binary | 100000 | 1001001 | 1 | 111000 | 0 | 1100011 | 1000111 | 1011110 | 1100001 | 1111 |
Color Harmonies of #204901
Complementary color
Monochromatic Colors of #204901
Black with #204901
Text Example
Text Example
White with #204901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204901; }
p { color: rgb(32,73,1); }
H1.HeaderClassName
{
color: #204901;
}
.AnyTagClassName
{
color: #204901;
}
</style>
background-color css
<style>
a { background-color: #204901; }
a { background-color: rgb(32,73,1); }
div.DivClassName
{
background-color: #204901;
}
.BgClassName
{
background-color: #204901;
}
</style>
border-color css
<style>
span { border-color: #204901; }
span { border-color: rgb(32,73,1); }
td.TdClassName
{
border-color: #204901;
}
.TagClassName
{
border-color: #204901;
}
</style>