Shades of Green Leaf #587D2D
Tints of Green Leaf #587D2D
RGB
CMYK
RGB Variations
Color information
#587D2D (or 0x587D2D) is known color: Green Leaf. HEX triplet: 58, 7D and 2D. RGB value is (88,125,45). Sum of RGB (Red+Green+Blue) = 88+125+45=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #587D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587D2D is #A782D2. Grayscale: #696969. Windows color (decimal): -10978003 or 2981208. OLE color: 2981208.
HSL color Cylindrical-coordinate representation of color #587D2D: hue angle of 87.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #587D2D is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 45 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.51 |
| HSL | 87.75º | 0.47% | 0.33% | - |
| HSV(B) | 87.75º | 0.64% | 0.49% | - |
| XYZ | 11.83 | 16.93 | 5.13 | - |
| YUV | 104.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 45 | 0.30 | 0 | 0.64 | 0.51 | 87.75 | 0.47 | 0.33 |
| Hex | 58 | 7D | 2D | 1E | 0 | 40 | 33 | 58 | 2F | 21 |
| Octal | 130 | 175 | 55 | 36 | 0 | 100 | 63 | 130 | 57 | 41 |
| Binary | 1011000 | 1111101 | 101101 | 11110 | 0 | 1000000 | 110011 | 1011000 | 101111 | 100001 |
Color Harmonies of #587D2D
Complementary color
Monochromatic Colors of #587D2D
Black with #587D2D
Text Example
Text Example
White with #587D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D2D; }
p { color: rgb(88,125,45); }
H1.HeaderClassName
{
color: #587D2D;
}
.AnyTagClassName
{
color: #587D2D;
}
</style>
background-color css
<style>
a { background-color: #587D2D; }
a { background-color: rgb(88,125,45); }
div.DivClassName
{
background-color: #587D2D;
}
.BgClassName
{
background-color: #587D2D;
}
</style>
border-color css
<style>
span { border-color: #587D2D; }
span { border-color: rgb(88,125,45); }
td.TdClassName
{
border-color: #587D2D;
}
.TagClassName
{
border-color: #587D2D;
}
</style>