Shades of Green Leaf #506D2F
Tints of Green Leaf #506D2F
RGB
CMYK
RGB Variations
Color information
#506D2F (or 0x506D2F) is known color: Green Leaf. HEX triplet: 50, 6D and 2F. RGB value is (80,109,47). Sum of RGB (Red+Green+Blue) = 80+109+47=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #506D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D2F is #AF92D0. Grayscale: #5D5D5D. Windows color (decimal): -11506385 or 3108176. OLE color: 3108176.
HSL color Cylindrical-coordinate representation of color #506D2F: hue angle of 88.06º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506D2F is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 47 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.57 |
| HSL | 88.06º | 0.4% | 0.31% | - |
| HSV(B) | 88.06º | 0.57% | 0.43% | - |
| XYZ | 9.29 | 12.85 | 4.68 | - |
| YUV | 93.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 47 | 0.27 | 0 | 0.57 | 0.57 | 88.06 | 0.4 | 0.31 |
| Hex | 50 | 6D | 2F | 1B | 0 | 39 | 39 | 58 | 28 | 1F |
| Octal | 120 | 155 | 57 | 33 | 0 | 71 | 71 | 130 | 50 | 37 |
| Binary | 1010000 | 1101101 | 101111 | 11011 | 0 | 111001 | 111001 | 1011000 | 101000 | 11111 |
Color Harmonies of #506D2F
Complementary color
Monochromatic Colors of #506D2F
Black with #506D2F
Text Example
Text Example
White with #506D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D2F; }
p { color: rgb(80,109,47); }
H1.HeaderClassName
{
color: #506D2F;
}
.AnyTagClassName
{
color: #506D2F;
}
</style>
background-color css
<style>
a { background-color: #506D2F; }
a { background-color: rgb(80,109,47); }
div.DivClassName
{
background-color: #506D2F;
}
.BgClassName
{
background-color: #506D2F;
}
</style>
border-color css
<style>
span { border-color: #506D2F; }
span { border-color: rgb(80,109,47); }
td.TdClassName
{
border-color: #506D2F;
}
.TagClassName
{
border-color: #506D2F;
}
</style>