Shades of Myrtle #285714
Tints of Myrtle #285714
RGB
CMYK
RGB Variations
Color information
#285714 (or 0x285714) is known color: Myrtle. HEX triplet: 28, 57 and 14. RGB value is (40,87,20). Sum of RGB (Red+Green+Blue) = 40+87+20=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #285714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285714 is #D7A8EB. Grayscale: #414141. Windows color (decimal): -14133484 or 1333032. OLE color: 1333032.
HSL color Cylindrical-coordinate representation of color #285714: hue angle of 102.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285714 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 20 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.66 |
| HSL | 102.09º | 0.63% | 0.21% | - |
| HSV(B) | 102.09º | 0.77% | 0.34% | - |
| XYZ | 4.41 | 7.32 | 1.84 | - |
| YUV | 65.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 20 | 0.54 | 0 | 0.77 | 0.66 | 102.09 | 0.63 | 0.21 |
| Hex | 28 | 57 | 14 | 36 | 0 | 4D | 42 | 66 | 3F | 15 |
| Octal | 50 | 127 | 24 | 66 | 0 | 115 | 102 | 146 | 77 | 25 |
| Binary | 101000 | 1010111 | 10100 | 110110 | 0 | 1001101 | 1000010 | 1100110 | 111111 | 10101 |
Color Harmonies of #285714
Complementary color
Monochromatic Colors of #285714
Black with #285714
Text Example
Text Example
White with #285714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285714; }
p { color: rgb(40,87,20); }
H1.HeaderClassName
{
color: #285714;
}
.AnyTagClassName
{
color: #285714;
}
</style>
background-color css
<style>
a { background-color: #285714; }
a { background-color: rgb(40,87,20); }
div.DivClassName
{
background-color: #285714;
}
.BgClassName
{
background-color: #285714;
}
</style>
border-color css
<style>
span { border-color: #285714; }
span { border-color: rgb(40,87,20); }
td.TdClassName
{
border-color: #285714;
}
.TagClassName
{
border-color: #285714;
}
</style>