Shades of Myrtle #285815
Tints of Myrtle #285815
RGB
CMYK
RGB Variations
Color information
#285815 (or 0x285815) is known color: Myrtle. HEX triplet: 28, 58 and 15. RGB value is (40,88,21). Sum of RGB (Red+Green+Blue) = 40+88+21=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #285815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285815 is #D7A7EA. Grayscale: #424242. Windows color (decimal): -14133227 or 1398824. OLE color: 1398824.
HSL color Cylindrical-coordinate representation of color #285815: hue angle of 102.99º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285815 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 21 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.65 |
| HSL | 102.99º | 0.61% | 0.21% | - |
| HSV(B) | 102.99º | 0.76% | 0.35% | - |
| XYZ | 4.5 | 7.48 | 1.92 | - |
| YUV | 66.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 21 | 0.55 | 0 | 0.76 | 0.65 | 102.99 | 0.61 | 0.21 |
| Hex | 28 | 58 | 15 | 37 | 0 | 4C | 41 | 67 | 3D | 15 |
| Octal | 50 | 130 | 25 | 67 | 0 | 114 | 101 | 147 | 75 | 25 |
| Binary | 101000 | 1011000 | 10101 | 110111 | 0 | 1001100 | 1000001 | 1100111 | 111101 | 10101 |
Color Harmonies of #285815
Complementary color
Monochromatic Colors of #285815
Black with #285815
Text Example
Text Example
White with #285815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285815; }
p { color: rgb(40,88,21); }
H1.HeaderClassName
{
color: #285815;
}
.AnyTagClassName
{
color: #285815;
}
</style>
background-color css
<style>
a { background-color: #285815; }
a { background-color: rgb(40,88,21); }
div.DivClassName
{
background-color: #285815;
}
.BgClassName
{
background-color: #285815;
}
</style>
border-color css
<style>
span { border-color: #285815; }
span { border-color: rgb(40,88,21); }
td.TdClassName
{
border-color: #285815;
}
.TagClassName
{
border-color: #285815;
}
</style>