Shades of Myrtle #285516
Tints of Myrtle #285516
RGB
CMYK
RGB Variations
Color information
#285516 (or 0x285516) is known color: Myrtle. HEX triplet: 28, 55 and 16. RGB value is (40,85,22). Sum of RGB (Red+Green+Blue) = 40+85+22=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #285516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285516 is #D7AAE9. Grayscale: #404040. Windows color (decimal): -14133994 or 1463592. OLE color: 1463592.
HSL color Cylindrical-coordinate representation of color #285516: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285516 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 22 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.67 |
| HSL | 102.86º | 0.59% | 0.21% | - |
| HSV(B) | 102.86º | 0.74% | 0.33% | - |
| XYZ | 4.27 | 7.01 | 1.89 | - |
| YUV | 64.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 22 | 0.53 | 0 | 0.74 | 0.67 | 102.86 | 0.59 | 0.21 |
| Hex | 28 | 55 | 16 | 35 | 0 | 4A | 43 | 67 | 3B | 15 |
| Octal | 50 | 125 | 26 | 65 | 0 | 112 | 103 | 147 | 73 | 25 |
| Binary | 101000 | 1010101 | 10110 | 110101 | 0 | 1001010 | 1000011 | 1100111 | 111011 | 10101 |
Color Harmonies of #285516
Complementary color
Monochromatic Colors of #285516
Black with #285516
Text Example
Text Example
White with #285516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285516; }
p { color: rgb(40,85,22); }
H1.HeaderClassName
{
color: #285516;
}
.AnyTagClassName
{
color: #285516;
}
</style>
background-color css
<style>
a { background-color: #285516; }
a { background-color: rgb(40,85,22); }
div.DivClassName
{
background-color: #285516;
}
.BgClassName
{
background-color: #285516;
}
</style>
border-color css
<style>
span { border-color: #285516; }
span { border-color: rgb(40,85,22); }
td.TdClassName
{
border-color: #285516;
}
.TagClassName
{
border-color: #285516;
}
</style>