Shades of Myrtle #205E18
Tints of Myrtle #205E18
RGB
CMYK
RGB Variations
Color information
#205E18 (or 0x205E18) is known color: Myrtle. HEX triplet: 20, 5E and 18. RGB value is (32,94,24). Sum of RGB (Red+Green+Blue) = 32+94+24=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 94 (37.11% from 255 or 62.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 94 - color contains mainly: green. Hex color #205E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205E18 is #DFA1E7. Grayscale: #434343. Windows color (decimal): -14655976 or 1596960. OLE color: 1596960.
HSL color Cylindrical-coordinate representation of color #205E18: hue angle of 113.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205E18 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 24 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.63 |
| HSL | 113.14º | 0.59% | 0.23% | - |
| HSV(B) | 113.14º | 0.74% | 0.37% | - |
| XYZ | 4.76 | 8.38 | 2.23 | - |
| YUV | 67.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 24 | 0.66 | 0 | 0.74 | 0.63 | 113.14 | 0.59 | 0.23 |
| Hex | 20 | 5E | 18 | 42 | 0 | 4A | 3F | 71 | 3B | 17 |
| Octal | 40 | 136 | 30 | 102 | 0 | 112 | 77 | 161 | 73 | 27 |
| Binary | 100000 | 1011110 | 11000 | 1000010 | 0 | 1001010 | 111111 | 1110001 | 111011 | 10111 |
Color Harmonies of #205E18
Complementary color
Monochromatic Colors of #205E18
Black with #205E18
Text Example
Text Example
White with #205E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E18; }
p { color: rgb(32,94,24); }
H1.HeaderClassName
{
color: #205E18;
}
.AnyTagClassName
{
color: #205E18;
}
</style>
background-color css
<style>
a { background-color: #205E18; }
a { background-color: rgb(32,94,24); }
div.DivClassName
{
background-color: #205E18;
}
.BgClassName
{
background-color: #205E18;
}
</style>
border-color css
<style>
span { border-color: #205E18; }
span { border-color: rgb(32,94,24); }
td.TdClassName
{
border-color: #205E18;
}
.TagClassName
{
border-color: #205E18;
}
</style>