Shades of Myrtle #204515
Tints of Myrtle #204515
RGB
CMYK
RGB Variations
Color information
#204515 (or 0x204515) is known color: Myrtle. HEX triplet: 20, 45 and 15. RGB value is (32,69,21). Sum of RGB (Red+Green+Blue) = 32+69+21=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #204515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204515 is #DFBAEA. Grayscale: #343434. Windows color (decimal): -14662379 or 1393952. OLE color: 1393952.
HSL color Cylindrical-coordinate representation of color #204515: hue angle of 106.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204515 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 69 | 21 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.73 |
| HSL | 106.25º | 0.53% | 0.18% | - |
| HSV(B) | 106.25º | 0.7% | 0.27% | - |
| XYZ | 2.86 | 4.62 | 1.45 | - |
| YUV | 52.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 21 | 0.54 | 0 | 0.70 | 0.73 | 106.25 | 0.53 | 0.18 |
| Hex | 20 | 45 | 15 | 36 | 0 | 46 | 49 | 6A | 35 | 12 |
| Octal | 40 | 105 | 25 | 66 | 0 | 106 | 111 | 152 | 65 | 22 |
| Binary | 100000 | 1000101 | 10101 | 110110 | 0 | 1000110 | 1001001 | 1101010 | 110101 | 10010 |
Color Harmonies of #204515
Complementary color
Monochromatic Colors of #204515
Black with #204515
Text Example
Text Example
White with #204515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204515; }
p { color: rgb(32,69,21); }
H1.HeaderClassName
{
color: #204515;
}
.AnyTagClassName
{
color: #204515;
}
</style>
background-color css
<style>
a { background-color: #204515; }
a { background-color: rgb(32,69,21); }
div.DivClassName
{
background-color: #204515;
}
.BgClassName
{
background-color: #204515;
}
</style>
border-color css
<style>
span { border-color: #204515; }
span { border-color: rgb(32,69,21); }
td.TdClassName
{
border-color: #204515;
}
.TagClassName
{
border-color: #204515;
}
</style>