Shades of Myrtle #205F14
Tints of Myrtle #205F14
RGB
CMYK
RGB Variations
Color information
#205F14 (or 0x205F14) is known color: Myrtle. HEX triplet: 20, 5F and 14. RGB value is (32,95,20). Sum of RGB (Red+Green+Blue) = 32+95+20=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #205F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205F14 is #DFA0EB. Grayscale: #434343. Windows color (decimal): -14655724 or 1335072. OLE color: 1335072.
HSL color Cylindrical-coordinate representation of color #205F14: hue angle of 110.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205F14 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 20 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.63 |
| HSL | 110.4º | 0.65% | 0.23% | - |
| HSV(B) | 110.4º | 0.79% | 0.37% | - |
| XYZ | 4.81 | 8.54 | 2.06 | - |
| YUV | 67.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 20 | 0.66 | 0 | 0.79 | 0.63 | 110.4 | 0.65 | 0.23 |
| Hex | 20 | 5F | 14 | 42 | 0 | 4F | 3F | 6E | 41 | 17 |
| Octal | 40 | 137 | 24 | 102 | 0 | 117 | 77 | 156 | 101 | 27 |
| Binary | 100000 | 1011111 | 10100 | 1000010 | 0 | 1001111 | 111111 | 1101110 | 1000001 | 10111 |
Color Harmonies of #205F14
Complementary color
Monochromatic Colors of #205F14
Black with #205F14
Text Example
Text Example
White with #205F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F14; }
p { color: rgb(32,95,20); }
H1.HeaderClassName
{
color: #205F14;
}
.AnyTagClassName
{
color: #205F14;
}
</style>
background-color css
<style>
a { background-color: #205F14; }
a { background-color: rgb(32,95,20); }
div.DivClassName
{
background-color: #205F14;
}
.BgClassName
{
background-color: #205F14;
}
</style>
border-color css
<style>
span { border-color: #205F14; }
span { border-color: rgb(32,95,20); }
td.TdClassName
{
border-color: #205F14;
}
.TagClassName
{
border-color: #205F14;
}
</style>