Shades of Green Leaf #506D34
Tints of Green Leaf #506D34
RGB
CMYK
RGB Variations
Color information
#506D34 (or 0x506D34) is known color: Green Leaf. HEX triplet: 50, 6D and 34. RGB value is (80,109,52). Sum of RGB (Red+Green+Blue) = 80+109+52=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #506D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D34 is #AF92CB. Grayscale: #5E5E5E. Windows color (decimal): -11506380 or 3435856. OLE color: 3435856.
HSL color Cylindrical-coordinate representation of color #506D34: hue angle of 90.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #506D34 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 52 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.57 |
| HSL | 90.53º | 0.35% | 0.32% | - |
| HSV(B) | 90.53º | 0.52% | 0.43% | - |
| XYZ | 9.4 | 12.89 | 5.24 | - |
| YUV | 93.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 52 | 0.27 | 0 | 0.52 | 0.57 | 90.53 | 0.35 | 0.32 |
| Hex | 50 | 6D | 34 | 1B | 0 | 34 | 39 | 5B | 23 | 20 |
| Octal | 120 | 155 | 64 | 33 | 0 | 64 | 71 | 133 | 43 | 40 |
| Binary | 1010000 | 1101101 | 110100 | 11011 | 0 | 110100 | 111001 | 1011011 | 100011 | 100000 |
Color Harmonies of #506D34
Complementary color
Monochromatic Colors of #506D34
Black with #506D34
Text Example
Text Example
White with #506D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D34; }
p { color: rgb(80,109,52); }
H1.HeaderClassName
{
color: #506D34;
}
.AnyTagClassName
{
color: #506D34;
}
</style>
background-color css
<style>
a { background-color: #506D34; }
a { background-color: rgb(80,109,52); }
div.DivClassName
{
background-color: #506D34;
}
.BgClassName
{
background-color: #506D34;
}
</style>
border-color css
<style>
span { border-color: #506D34; }
span { border-color: rgb(80,109,52); }
td.TdClassName
{
border-color: #506D34;
}
.TagClassName
{
border-color: #506D34;
}
</style>