Shades of Myrtle #285824
Tints of Myrtle #285824
RGB
CMYK
RGB Variations
Color information
#285824 (or 0x285824) is known color: Myrtle. HEX triplet: 28, 58 and 24. RGB value is (40,88,36). Sum of RGB (Red+Green+Blue) = 40+88+36=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #285824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285824 is #D7A7DB. Grayscale: #434343. Windows color (decimal): -14133212 or 2381864. OLE color: 2381864.
HSL color Cylindrical-coordinate representation of color #285824: hue angle of 115.38º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285824 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 36 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.65 |
| HSL | 115.38º | 0.42% | 0.24% | - |
| HSV(B) | 115.38º | 0.59% | 0.35% | - |
| XYZ | 4.68 | 7.56 | 2.88 | - |
| YUV | 67.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 36 | 0.55 | 0 | 0.59 | 0.65 | 115.38 | 0.42 | 0.24 |
| Hex | 28 | 58 | 24 | 37 | 0 | 3B | 41 | 73 | 2A | 18 |
| Octal | 50 | 130 | 44 | 67 | 0 | 73 | 101 | 163 | 52 | 30 |
| Binary | 101000 | 1011000 | 100100 | 110111 | 0 | 111011 | 1000001 | 1110011 | 101010 | 11000 |
Color Harmonies of #285824
Complementary color
Monochromatic Colors of #285824
Black with #285824
Text Example
Text Example
White with #285824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285824; }
p { color: rgb(40,88,36); }
H1.HeaderClassName
{
color: #285824;
}
.AnyTagClassName
{
color: #285824;
}
</style>
background-color css
<style>
a { background-color: #285824; }
a { background-color: rgb(40,88,36); }
div.DivClassName
{
background-color: #285824;
}
.BgClassName
{
background-color: #285824;
}
</style>
border-color css
<style>
span { border-color: #285824; }
span { border-color: rgb(40,88,36); }
td.TdClassName
{
border-color: #285824;
}
.TagClassName
{
border-color: #285824;
}
</style>