Shades of Myrtle #285A16
Tints of Myrtle #285A16
RGB
CMYK
RGB Variations
Color information
#285A16 (or 0x285A16) is known color: Myrtle. HEX triplet: 28, 5A and 16. RGB value is (40,90,22). Sum of RGB (Red+Green+Blue) = 40+90+22=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #285A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285A16 is #D7A5E9. Grayscale: #434343. Windows color (decimal): -14132714 or 1464872. OLE color: 1464872.
HSL color Cylindrical-coordinate representation of color #285A16: hue angle of 104.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285A16 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 22 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.65 |
| HSL | 104.12º | 0.61% | 0.22% | - |
| HSV(B) | 104.12º | 0.76% | 0.35% | - |
| XYZ | 4.68 | 7.82 | 2.02 | - |
| YUV | 67.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 22 | 0.56 | 0 | 0.76 | 0.65 | 104.12 | 0.61 | 0.22 |
| Hex | 28 | 5A | 16 | 38 | 0 | 4C | 41 | 68 | 3D | 16 |
| Octal | 50 | 132 | 26 | 70 | 0 | 114 | 101 | 150 | 75 | 26 |
| Binary | 101000 | 1011010 | 10110 | 111000 | 0 | 1001100 | 1000001 | 1101000 | 111101 | 10110 |
Color Harmonies of #285A16
Complementary color
Monochromatic Colors of #285A16
Black with #285A16
Text Example
Text Example
White with #285A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A16; }
p { color: rgb(40,90,22); }
H1.HeaderClassName
{
color: #285A16;
}
.AnyTagClassName
{
color: #285A16;
}
</style>
background-color css
<style>
a { background-color: #285A16; }
a { background-color: rgb(40,90,22); }
div.DivClassName
{
background-color: #285A16;
}
.BgClassName
{
background-color: #285A16;
}
</style>
border-color css
<style>
span { border-color: #285A16; }
span { border-color: rgb(40,90,22); }
td.TdClassName
{
border-color: #285A16;
}
.TagClassName
{
border-color: #285A16;
}
</style>