Shades of Myrtle #285715
Tints of Myrtle #285715
RGB
CMYK
RGB Variations
Color information
#285715 (or 0x285715) is known color: Myrtle. HEX triplet: 28, 57 and 15. RGB value is (40,87,21). Sum of RGB (Red+Green+Blue) = 40+87+21=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #285715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285715 is #D7A8EA. Grayscale: #414141. Windows color (decimal): -14133483 or 1398568. OLE color: 1398568.
HSL color Cylindrical-coordinate representation of color #285715: hue angle of 102.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285715 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 21 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.66 |
| HSL | 102.73º | 0.61% | 0.21% | - |
| HSV(B) | 102.73º | 0.76% | 0.34% | - |
| XYZ | 4.42 | 7.32 | 1.89 | - |
| YUV | 65.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 21 | 0.54 | 0 | 0.76 | 0.66 | 102.73 | 0.61 | 0.21 |
| Hex | 28 | 57 | 15 | 36 | 0 | 4C | 42 | 67 | 3D | 15 |
| Octal | 50 | 127 | 25 | 66 | 0 | 114 | 102 | 147 | 75 | 25 |
| Binary | 101000 | 1010111 | 10101 | 110110 | 0 | 1001100 | 1000010 | 1100111 | 111101 | 10101 |
Color Harmonies of #285715
Complementary color
Monochromatic Colors of #285715
Black with #285715
Text Example
Text Example
White with #285715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285715; }
p { color: rgb(40,87,21); }
H1.HeaderClassName
{
color: #285715;
}
.AnyTagClassName
{
color: #285715;
}
</style>
background-color css
<style>
a { background-color: #285715; }
a { background-color: rgb(40,87,21); }
div.DivClassName
{
background-color: #285715;
}
.BgClassName
{
background-color: #285715;
}
</style>
border-color css
<style>
span { border-color: #285715; }
span { border-color: rgb(40,87,21); }
td.TdClassName
{
border-color: #285715;
}
.TagClassName
{
border-color: #285715;
}
</style>