Shades of Myrtle #206415
Tints of Myrtle #206415
RGB
CMYK
RGB Variations
Color information
#206415 (or 0x206415) is known color: Myrtle. HEX triplet: 20, 64 and 15. RGB value is (32,100,21). Sum of RGB (Red+Green+Blue) = 32+100+21=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #206415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206415 is #DF9BEA. Grayscale: #464646. Windows color (decimal): -14654443 or 1401888. OLE color: 1401888.
HSL color Cylindrical-coordinate representation of color #206415: hue angle of 111.65º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206415 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 21 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.61 |
| HSL | 111.65º | 0.65% | 0.24% | - |
| HSV(B) | 111.65º | 0.79% | 0.39% | - |
| XYZ | 5.29 | 9.48 | 2.26 | - |
| YUV | 70.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 21 | 0.68 | 0 | 0.79 | 0.61 | 111.65 | 0.65 | 0.24 |
| Hex | 20 | 64 | 15 | 44 | 0 | 4F | 3D | 70 | 41 | 18 |
| Octal | 40 | 144 | 25 | 104 | 0 | 117 | 75 | 160 | 101 | 30 |
| Binary | 100000 | 1100100 | 10101 | 1000100 | 0 | 1001111 | 111101 | 1110000 | 1000001 | 11000 |
Color Harmonies of #206415
Complementary color
Monochromatic Colors of #206415
Black with #206415
Text Example
Text Example
White with #206415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206415; }
p { color: rgb(32,100,21); }
H1.HeaderClassName
{
color: #206415;
}
.AnyTagClassName
{
color: #206415;
}
</style>
background-color css
<style>
a { background-color: #206415; }
a { background-color: rgb(32,100,21); }
div.DivClassName
{
background-color: #206415;
}
.BgClassName
{
background-color: #206415;
}
</style>
border-color css
<style>
span { border-color: #206415; }
span { border-color: rgb(32,100,21); }
td.TdClassName
{
border-color: #206415;
}
.TagClassName
{
border-color: #206415;
}
</style>