Shades of Myrtle #285C20
Tints of Myrtle #285C20
RGB
CMYK
RGB Variations
Color information
#285C20 (or 0x285C20) is known color: Myrtle. HEX triplet: 28, 5C and 20. RGB value is (40,92,32). Sum of RGB (Red+Green+Blue) = 40+92+32=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #285C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C20 is #D7A3DF. Grayscale: #454545. Windows color (decimal): -14132192 or 2120744. OLE color: 2120744.
HSL color Cylindrical-coordinate representation of color #285C20: hue angle of 112º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285C20 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 32 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.64 |
| HSL | 112º | 0.48% | 0.24% | - |
| HSV(B) | 112º | 0.65% | 0.36% | - |
| XYZ | 4.96 | 8.21 | 2.69 | - |
| YUV | 69.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 32 | 0.57 | 0 | 0.65 | 0.64 | 112 | 0.48 | 0.24 |
| Hex | 28 | 5C | 20 | 39 | 0 | 41 | 40 | 70 | 30 | 18 |
| Octal | 50 | 134 | 40 | 71 | 0 | 101 | 100 | 160 | 60 | 30 |
| Binary | 101000 | 1011100 | 100000 | 111001 | 0 | 1000001 | 1000000 | 1110000 | 110000 | 11000 |
Color Harmonies of #285C20
Complementary color
Monochromatic Colors of #285C20
Black with #285C20
Text Example
Text Example
White with #285C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C20; }
p { color: rgb(40,92,32); }
H1.HeaderClassName
{
color: #285C20;
}
.AnyTagClassName
{
color: #285C20;
}
</style>
background-color css
<style>
a { background-color: #285C20; }
a { background-color: rgb(40,92,32); }
div.DivClassName
{
background-color: #285C20;
}
.BgClassName
{
background-color: #285C20;
}
</style>
border-color css
<style>
span { border-color: #285C20; }
span { border-color: rgb(40,92,32); }
td.TdClassName
{
border-color: #285C20;
}
.TagClassName
{
border-color: #285C20;
}
</style>