Shades of Green Leaf #507931
Tints of Green Leaf #507931
RGB
CMYK
RGB Variations
Color information
#507931 (or 0x507931) is known color: Green Leaf. HEX triplet: 50, 79 and 31. RGB value is (80,121,49). Sum of RGB (Red+Green+Blue) = 80+121+49=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #507931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507931 is #AF86CE. Grayscale: #646464. Windows color (decimal): -11503311 or 3242320. OLE color: 3242320.
HSL color Cylindrical-coordinate representation of color #507931: hue angle of 94.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507931 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 121 | 49 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.53 |
| HSL | 94.17º | 0.42% | 0.33% | - |
| HSV(B) | 94.17º | 0.6% | 0.47% | - |
| XYZ | 10.7 | 15.6 | 5.35 | - |
| YUV | 100.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 49 | 0.34 | 0 | 0.60 | 0.53 | 94.17 | 0.42 | 0.33 |
| Hex | 50 | 79 | 31 | 22 | 0 | 3C | 35 | 5E | 2A | 21 |
| Octal | 120 | 171 | 61 | 42 | 0 | 74 | 65 | 136 | 52 | 41 |
| Binary | 1010000 | 1111001 | 110001 | 100010 | 0 | 111100 | 110101 | 1011110 | 101010 | 100001 |
Color Harmonies of #507931
Complementary color
Monochromatic Colors of #507931
Black with #507931
Text Example
Text Example
White with #507931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507931; }
p { color: rgb(80,121,49); }
H1.HeaderClassName
{
color: #507931;
}
.AnyTagClassName
{
color: #507931;
}
</style>
background-color css
<style>
a { background-color: #507931; }
a { background-color: rgb(80,121,49); }
div.DivClassName
{
background-color: #507931;
}
.BgClassName
{
background-color: #507931;
}
</style>
border-color css
<style>
span { border-color: #507931; }
span { border-color: rgb(80,121,49); }
td.TdClassName
{
border-color: #507931;
}
.TagClassName
{
border-color: #507931;
}
</style>