Shades of Myrtle #285010
Tints of Myrtle #285010
RGB
CMYK
RGB Variations
Color information
#285010 (or 0x285010) is known color: Myrtle. HEX triplet: 28, 50 and 10. RGB value is (40,80,16). Sum of RGB (Red+Green+Blue) = 40+80+16=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #285010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285010 is #D7AFEF. Grayscale: #3C3C3C. Windows color (decimal): -14135280 or 1069096. OLE color: 1069096.
HSL color Cylindrical-coordinate representation of color #285010: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285010 is Cyan = 0.5, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 16 | - |
| CMYK | 0.5 | 0 | 0.80 | 0.69 |
| HSL | 97.5º | 0.67% | 0.19% | - |
| HSV(B) | 97.5º | 0.8% | 0.31% | - |
| XYZ | 3.84 | 6.23 | 1.49 | - |
| YUV | 60.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 16 | 0.5 | 0 | 0.80 | 0.69 | 97.5 | 0.67 | 0.19 |
| Hex | 28 | 50 | 10 | 32 | 0 | 50 | 45 | 62 | 43 | 13 |
| Octal | 50 | 120 | 20 | 62 | 0 | 120 | 105 | 142 | 103 | 23 |
| Binary | 101000 | 1010000 | 10000 | 110010 | 0 | 1010000 | 1000101 | 1100010 | 1000011 | 10011 |
Color Harmonies of #285010
Complementary color
Monochromatic Colors of #285010
Black with #285010
Text Example
Text Example
White with #285010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285010; }
p { color: rgb(40,80,16); }
H1.HeaderClassName
{
color: #285010;
}
.AnyTagClassName
{
color: #285010;
}
</style>
background-color css
<style>
a { background-color: #285010; }
a { background-color: rgb(40,80,16); }
div.DivClassName
{
background-color: #285010;
}
.BgClassName
{
background-color: #285010;
}
</style>
border-color css
<style>
span { border-color: #285010; }
span { border-color: rgb(40,80,16); }
td.TdClassName
{
border-color: #285010;
}
.TagClassName
{
border-color: #285010;
}
</style>