Shades of Green Leaf #506F34
Tints of Green Leaf #506F34
RGB
CMYK
RGB Variations
Color information
#506F34 (or 0x506F34) is known color: Green Leaf. HEX triplet: 50, 6F and 34. RGB value is (80,111,52). Sum of RGB (Red+Green+Blue) = 80+111+52=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #506F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F34 is #AF90CB. Grayscale: #5F5F5F. Windows color (decimal): -11505868 or 3436368. OLE color: 3436368.
HSL color Cylindrical-coordinate representation of color #506F34: hue angle of 91.53º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506F34 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 52 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.56 |
| HSL | 91.53º | 0.36% | 0.32% | - |
| HSV(B) | 91.53º | 0.53% | 0.44% | - |
| XYZ | 9.61 | 13.32 | 5.31 | - |
| YUV | 95.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 52 | 0.28 | 0 | 0.53 | 0.56 | 91.53 | 0.36 | 0.32 |
| Hex | 50 | 6F | 34 | 1C | 0 | 35 | 38 | 5C | 24 | 20 |
| Octal | 120 | 157 | 64 | 34 | 0 | 65 | 70 | 134 | 44 | 40 |
| Binary | 1010000 | 1101111 | 110100 | 11100 | 0 | 110101 | 111000 | 1011100 | 100100 | 100000 |
Color Harmonies of #506F34
Complementary color
Monochromatic Colors of #506F34
Black with #506F34
Text Example
Text Example
White with #506F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F34; }
p { color: rgb(80,111,52); }
H1.HeaderClassName
{
color: #506F34;
}
.AnyTagClassName
{
color: #506F34;
}
</style>
background-color css
<style>
a { background-color: #506F34; }
a { background-color: rgb(80,111,52); }
div.DivClassName
{
background-color: #506F34;
}
.BgClassName
{
background-color: #506F34;
}
</style>
border-color css
<style>
span { border-color: #506F34; }
span { border-color: rgb(80,111,52); }
td.TdClassName
{
border-color: #506F34;
}
.TagClassName
{
border-color: #506F34;
}
</style>