Shades of Myrtle #285415
Tints of Myrtle #285415
RGB
CMYK
RGB Variations
Color information
#285415 (or 0x285415) is known color: Myrtle. HEX triplet: 28, 54 and 15. RGB value is (40,84,21). Sum of RGB (Red+Green+Blue) = 40+84+21=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #285415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285415 is #D7ABEA. Grayscale: #3F3F3F. Windows color (decimal): -14134251 or 1397800. OLE color: 1397800.
HSL color Cylindrical-coordinate representation of color #285415: hue angle of 101.9º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285415 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 84 | 21 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.67 |
| HSL | 101.9º | 0.6% | 0.21% | - |
| HSV(B) | 101.9º | 0.75% | 0.33% | - |
| XYZ | 4.18 | 6.85 | 1.81 | - |
| YUV | 63.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 21 | 0.52 | 0 | 0.75 | 0.67 | 101.9 | 0.6 | 0.21 |
| Hex | 28 | 54 | 15 | 34 | 0 | 4B | 43 | 66 | 3C | 15 |
| Octal | 50 | 124 | 25 | 64 | 0 | 113 | 103 | 146 | 74 | 25 |
| Binary | 101000 | 1010100 | 10101 | 110100 | 0 | 1001011 | 1000011 | 1100110 | 111100 | 10101 |
Color Harmonies of #285415
Complementary color
Monochromatic Colors of #285415
Black with #285415
Text Example
Text Example
White with #285415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285415; }
p { color: rgb(40,84,21); }
H1.HeaderClassName
{
color: #285415;
}
.AnyTagClassName
{
color: #285415;
}
</style>
background-color css
<style>
a { background-color: #285415; }
a { background-color: rgb(40,84,21); }
div.DivClassName
{
background-color: #285415;
}
.BgClassName
{
background-color: #285415;
}
</style>
border-color css
<style>
span { border-color: #285415; }
span { border-color: rgb(40,84,21); }
td.TdClassName
{
border-color: #285415;
}
.TagClassName
{
border-color: #285415;
}
</style>