Shades of Green Leaf #506A31
Tints of Green Leaf #506A31
RGB
CMYK
RGB Variations
Color information
#506A31 (or 0x506A31) is known color: Green Leaf. HEX triplet: 50, 6A and 31. RGB value is (80,106,49). Sum of RGB (Red+Green+Blue) = 80+106+49=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #506A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A31 is #AF95CE. Grayscale: #5B5B5B. Windows color (decimal): -11507151 or 3238480. OLE color: 3238480.
HSL color Cylindrical-coordinate representation of color #506A31: hue angle of 87.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506A31 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 106 | 49 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.58 |
| HSL | 87.37º | 0.37% | 0.3% | - |
| HSV(B) | 87.37º | 0.54% | 0.42% | - |
| XYZ | 9.02 | 12.24 | 4.79 | - |
| YUV | 91.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 49 | 0.25 | 0 | 0.54 | 0.58 | 87.37 | 0.37 | 0.3 |
| Hex | 50 | 6A | 31 | 19 | 0 | 36 | 3A | 57 | 25 | 1E |
| Octal | 120 | 152 | 61 | 31 | 0 | 66 | 72 | 127 | 45 | 36 |
| Binary | 1010000 | 1101010 | 110001 | 11001 | 0 | 110110 | 111010 | 1010111 | 100101 | 11110 |
Color Harmonies of #506A31
Complementary color
Monochromatic Colors of #506A31
Black with #506A31
Text Example
Text Example
White with #506A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A31; }
p { color: rgb(80,106,49); }
H1.HeaderClassName
{
color: #506A31;
}
.AnyTagClassName
{
color: #506A31;
}
</style>
background-color css
<style>
a { background-color: #506A31; }
a { background-color: rgb(80,106,49); }
div.DivClassName
{
background-color: #506A31;
}
.BgClassName
{
background-color: #506A31;
}
</style>
border-color css
<style>
span { border-color: #506A31; }
span { border-color: rgb(80,106,49); }
td.TdClassName
{
border-color: #506A31;
}
.TagClassName
{
border-color: #506A31;
}
</style>