Shades of Green Leaf #58771E
Tints of Green Leaf #58771E
RGB
CMYK
RGB Variations
Color information
#58771E (or 0x58771E) is known color: Green Leaf. HEX triplet: 58, 77 and 1E. RGB value is (88,119,30). Sum of RGB (Red+Green+Blue) = 88+119+30=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #58771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58771E is #A788E1. Grayscale: #636363. Windows color (decimal): -10979554 or 1996632. OLE color: 1996632.
HSL color Cylindrical-coordinate representation of color #58771E: hue angle of 80.9º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58771E is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 30 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.53 |
| HSL | 80.9º | 0.6% | 0.29% | - |
| HSV(B) | 80.9º | 0.75% | 0.47% | - |
| XYZ | 10.86 | 15.36 | 3.62 | - |
| YUV | 99.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 30 | 0.26 | 0 | 0.75 | 0.53 | 80.9 | 0.6 | 0.29 |
| Hex | 58 | 77 | 1E | 1A | 0 | 4B | 35 | 51 | 3C | 1D |
| Octal | 130 | 167 | 36 | 32 | 0 | 113 | 65 | 121 | 74 | 35 |
| Binary | 1011000 | 1110111 | 11110 | 11010 | 0 | 1001011 | 110101 | 1010001 | 111100 | 11101 |
Color Harmonies of #58771E
Complementary color
Monochromatic Colors of #58771E
Black with #58771E
Text Example
Text Example
White with #58771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58771E; }
p { color: rgb(88,119,30); }
H1.HeaderClassName
{
color: #58771E;
}
.AnyTagClassName
{
color: #58771E;
}
</style>
background-color css
<style>
a { background-color: #58771E; }
a { background-color: rgb(88,119,30); }
div.DivClassName
{
background-color: #58771E;
}
.BgClassName
{
background-color: #58771E;
}
</style>
border-color css
<style>
span { border-color: #58771E; }
span { border-color: rgb(88,119,30); }
td.TdClassName
{
border-color: #58771E;
}
.TagClassName
{
border-color: #58771E;
}
</style>