Shades of Myrtle #285D04
Tints of Myrtle #285D04
RGB
CMYK
RGB Variations
Color information
#285D04 (or 0x285D04) is known color: Myrtle. HEX triplet: 28, 5D and 04. RGB value is (40,93,4). Sum of RGB (Red+Green+Blue) = 40+93+4=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #285D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285D04 is #D7A2FB. Grayscale: #434343. Windows color (decimal): -14131964 or 285992. OLE color: 285992.
HSL color Cylindrical-coordinate representation of color #285D04: hue angle of 95.73º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #285D04 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 4 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.64 |
| HSL | 95.73º | 0.92% | 0.19% | - |
| HSV(B) | 95.73º | 0.96% | 0.36% | - |
| XYZ | 4.81 | 8.29 | 1.46 | - |
| YUV | 67.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 4 | 0.57 | 0 | 0.96 | 0.64 | 95.73 | 0.92 | 0.19 |
| Hex | 28 | 5D | 4 | 39 | 0 | 60 | 40 | 60 | 5C | 13 |
| Octal | 50 | 135 | 4 | 71 | 0 | 140 | 100 | 140 | 134 | 23 |
| Binary | 101000 | 1011101 | 100 | 111001 | 0 | 1100000 | 1000000 | 1100000 | 1011100 | 10011 |
Color Harmonies of #285D04
Complementary color
Monochromatic Colors of #285D04
Black with #285D04
Text Example
Text Example
White with #285D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D04; }
p { color: rgb(40,93,4); }
H1.HeaderClassName
{
color: #285D04;
}
.AnyTagClassName
{
color: #285D04;
}
</style>
background-color css
<style>
a { background-color: #285D04; }
a { background-color: rgb(40,93,4); }
div.DivClassName
{
background-color: #285D04;
}
.BgClassName
{
background-color: #285D04;
}
</style>
border-color css
<style>
span { border-color: #285D04; }
span { border-color: rgb(40,93,4); }
td.TdClassName
{
border-color: #285D04;
}
.TagClassName
{
border-color: #285D04;
}
</style>