Shades of Myrtle #205F0D
Tints of Myrtle #205F0D
RGB
CMYK
RGB Variations
Color information
#205F0D (or 0x205F0D) is known color: Myrtle. HEX triplet: 20, 5F and 0D. RGB value is (32,95,13). Sum of RGB (Red+Green+Blue) = 32+95+13=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #205F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205F0D is #DFA0F2. Grayscale: #434343. Windows color (decimal): -14655731 or 876320. OLE color: 876320.
HSL color Cylindrical-coordinate representation of color #205F0D: hue angle of 106.1º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205F0D is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 13 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.63 |
| HSL | 106.1º | 0.76% | 0.21% | - |
| HSV(B) | 106.1º | 0.86% | 0.37% | - |
| XYZ | 4.76 | 8.52 | 1.77 | - |
| YUV | 66.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 13 | 0.66 | 0 | 0.86 | 0.63 | 106.1 | 0.76 | 0.21 |
| Hex | 20 | 5F | D | 42 | 0 | 56 | 3F | 6A | 4C | 15 |
| Octal | 40 | 137 | 15 | 102 | 0 | 126 | 77 | 152 | 114 | 25 |
| Binary | 100000 | 1011111 | 1101 | 1000010 | 0 | 1010110 | 111111 | 1101010 | 1001100 | 10101 |
Color Harmonies of #205F0D
Complementary color
Monochromatic Colors of #205F0D
Black with #205F0D
Text Example
Text Example
White with #205F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F0D; }
p { color: rgb(32,95,13); }
H1.HeaderClassName
{
color: #205F0D;
}
.AnyTagClassName
{
color: #205F0D;
}
</style>
background-color css
<style>
a { background-color: #205F0D; }
a { background-color: rgb(32,95,13); }
div.DivClassName
{
background-color: #205F0D;
}
.BgClassName
{
background-color: #205F0D;
}
</style>
border-color css
<style>
span { border-color: #205F0D; }
span { border-color: rgb(32,95,13); }
td.TdClassName
{
border-color: #205F0D;
}
.TagClassName
{
border-color: #205F0D;
}
</style>