Shades of Myrtle #284C20
Tints of Myrtle #284C20
RGB
CMYK
RGB Variations
Color information
#284C20 (or 0x284C20) is known color: Myrtle. HEX triplet: 28, 4C and 20. RGB value is (40,76,32). Sum of RGB (Red+Green+Blue) = 40+76+32=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #284C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C20 is #D7B3DF. Grayscale: #3C3C3C. Windows color (decimal): -14136288 or 2116648. OLE color: 2116648.
HSL color Cylindrical-coordinate representation of color #284C20: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284C20 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 32 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.70 |
| HSL | 109.09º | 0.41% | 0.21% | - |
| HSV(B) | 109.09º | 0.58% | 0.3% | - |
| XYZ | 3.72 | 5.72 | 2.28 | - |
| YUV | 60.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 32 | 0.47 | 0 | 0.58 | 0.70 | 109.09 | 0.41 | 0.21 |
| Hex | 28 | 4C | 20 | 2F | 0 | 3A | 46 | 6D | 29 | 15 |
| Octal | 50 | 114 | 40 | 57 | 0 | 72 | 106 | 155 | 51 | 25 |
| Binary | 101000 | 1001100 | 100000 | 101111 | 0 | 111010 | 1000110 | 1101101 | 101001 | 10101 |
Color Harmonies of #284C20
Complementary color
Monochromatic Colors of #284C20
Black with #284C20
Text Example
Text Example
White with #284C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C20; }
p { color: rgb(40,76,32); }
H1.HeaderClassName
{
color: #284C20;
}
.AnyTagClassName
{
color: #284C20;
}
</style>
background-color css
<style>
a { background-color: #284C20; }
a { background-color: rgb(40,76,32); }
div.DivClassName
{
background-color: #284C20;
}
.BgClassName
{
background-color: #284C20;
}
</style>
border-color css
<style>
span { border-color: #284C20; }
span { border-color: rgb(40,76,32); }
td.TdClassName
{
border-color: #284C20;
}
.TagClassName
{
border-color: #284C20;
}
</style>