Shades of Green Leaf #506237
Tints of Green Leaf #506237
RGB
CMYK
RGB Variations
Color information
#506237 (or 0x506237) is known color: Green Leaf. HEX triplet: 50, 62 and 37. RGB value is (80,98,55). Sum of RGB (Red+Green+Blue) = 80+98+55=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #506237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506237 is #AF9DC8. Grayscale: #575757. Windows color (decimal): -11509193 or 3629648. OLE color: 3629648.
HSL color Cylindrical-coordinate representation of color #506237: hue angle of 85.12º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506237 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 55 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.62 |
| HSL | 85.12º | 0.28% | 0.3% | - |
| HSV(B) | 85.12º | 0.44% | 0.38% | - |
| XYZ | 8.37 | 10.72 | 5.24 | - |
| YUV | 87.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 55 | 0.18 | 0 | 0.44 | 0.62 | 85.12 | 0.28 | 0.3 |
| Hex | 50 | 62 | 37 | 12 | 0 | 2C | 3E | 55 | 1C | 1E |
| Octal | 120 | 142 | 67 | 22 | 0 | 54 | 76 | 125 | 34 | 36 |
| Binary | 1010000 | 1100010 | 110111 | 10010 | 0 | 101100 | 111110 | 1010101 | 11100 | 11110 |
Color Harmonies of #506237
Complementary color
Monochromatic Colors of #506237
Black with #506237
Text Example
Text Example
White with #506237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506237; }
p { color: rgb(80,98,55); }
H1.HeaderClassName
{
color: #506237;
}
.AnyTagClassName
{
color: #506237;
}
</style>
background-color css
<style>
a { background-color: #506237; }
a { background-color: rgb(80,98,55); }
div.DivClassName
{
background-color: #506237;
}
.BgClassName
{
background-color: #506237;
}
</style>
border-color css
<style>
span { border-color: #506237; }
span { border-color: rgb(80,98,55); }
td.TdClassName
{
border-color: #506237;
}
.TagClassName
{
border-color: #506237;
}
</style>