Shades of Myrtle #205C0C
Tints of Myrtle #205C0C
RGB
CMYK
RGB Variations
Color information
#205C0C (or 0x205C0C) is known color: Myrtle. HEX triplet: 20, 5C and 0C. RGB value is (32,92,12). Sum of RGB (Red+Green+Blue) = 32+92+12=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 92 (36.33% from 255 or 67.65% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 92 - color contains mainly: green. Hex color #205C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205C0C is #DFA3F3. Grayscale: #414141. Windows color (decimal): -14656500 or 810016. OLE color: 810016.
HSL color Cylindrical-coordinate representation of color #205C0C: hue angle of 105º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205C0C is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 12 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.64 |
| HSL | 105º | 0.77% | 0.2% | - |
| HSV(B) | 105º | 0.87% | 0.36% | - |
| XYZ | 4.49 | 7.99 | 1.65 | - |
| YUV | 64.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 12 | 0.65 | 0 | 0.87 | 0.64 | 105 | 0.77 | 0.2 |
| Hex | 20 | 5C | C | 41 | 0 | 57 | 40 | 69 | 4D | 14 |
| Octal | 40 | 134 | 14 | 101 | 0 | 127 | 100 | 151 | 115 | 24 |
| Binary | 100000 | 1011100 | 1100 | 1000001 | 0 | 1010111 | 1000000 | 1101001 | 1001101 | 10100 |
Color Harmonies of #205C0C
Complementary color
Monochromatic Colors of #205C0C
Black with #205C0C
Text Example
Text Example
White with #205C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C0C; }
p { color: rgb(32,92,12); }
H1.HeaderClassName
{
color: #205C0C;
}
.AnyTagClassName
{
color: #205C0C;
}
</style>
background-color css
<style>
a { background-color: #205C0C; }
a { background-color: rgb(32,92,12); }
div.DivClassName
{
background-color: #205C0C;
}
.BgClassName
{
background-color: #205C0C;
}
</style>
border-color css
<style>
span { border-color: #205C0C; }
span { border-color: rgb(32,92,12); }
td.TdClassName
{
border-color: #205C0C;
}
.TagClassName
{
border-color: #205C0C;
}
</style>