Shades of Myrtle #284920
Tints of Myrtle #284920
RGB
CMYK
RGB Variations
Color information
#284920 (or 0x284920) is known color: Myrtle. HEX triplet: 28, 49 and 20. RGB value is (40,73,32). Sum of RGB (Red+Green+Blue) = 40+73+32=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #284920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284920 is #D7B6DF. Grayscale: #3A3A3A. Windows color (decimal): -14137056 or 2115880. OLE color: 2115880.
HSL color Cylindrical-coordinate representation of color #284920: hue angle of 108.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #284920 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 73 | 32 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.71 |
| HSL | 108.29º | 0.39% | 0.21% | - |
| HSV(B) | 108.29º | 0.56% | 0.29% | - |
| XYZ | 3.52 | 5.32 | 2.21 | - |
| YUV | 58.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 32 | 0.45 | 0 | 0.56 | 0.71 | 108.29 | 0.39 | 0.21 |
| Hex | 28 | 49 | 20 | 2D | 0 | 38 | 47 | 6C | 27 | 15 |
| Octal | 50 | 111 | 40 | 55 | 0 | 70 | 107 | 154 | 47 | 25 |
| Binary | 101000 | 1001001 | 100000 | 101101 | 0 | 111000 | 1000111 | 1101100 | 100111 | 10101 |
Color Harmonies of #284920
Complementary color
Monochromatic Colors of #284920
Black with #284920
Text Example
Text Example
White with #284920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284920; }
p { color: rgb(40,73,32); }
H1.HeaderClassName
{
color: #284920;
}
.AnyTagClassName
{
color: #284920;
}
</style>
background-color css
<style>
a { background-color: #284920; }
a { background-color: rgb(40,73,32); }
div.DivClassName
{
background-color: #284920;
}
.BgClassName
{
background-color: #284920;
}
</style>
border-color css
<style>
span { border-color: #284920; }
span { border-color: rgb(40,73,32); }
td.TdClassName
{
border-color: #284920;
}
.TagClassName
{
border-color: #284920;
}
</style>