Shades of Green Leaf #506F33
Tints of Green Leaf #506F33
RGB
CMYK
RGB Variations
Color information
#506F33 (or 0x506F33) is known color: Green Leaf. HEX triplet: 50, 6F and 33. RGB value is (80,111,51). Sum of RGB (Red+Green+Blue) = 80+111+51=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #506F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F33 is #AF90CC. Grayscale: #5F5F5F. Windows color (decimal): -11505869 or 3370832. OLE color: 3370832.
HSL color Cylindrical-coordinate representation of color #506F33: hue angle of 91º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506F33 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 51 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.56 |
| HSL | 91º | 0.37% | 0.32% | - |
| HSV(B) | 91º | 0.54% | 0.44% | - |
| XYZ | 9.59 | 13.31 | 5.2 | - |
| YUV | 94.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 51 | 0.28 | 0 | 0.54 | 0.56 | 91 | 0.37 | 0.32 |
| Hex | 50 | 6F | 33 | 1C | 0 | 36 | 38 | 5B | 25 | 20 |
| Octal | 120 | 157 | 63 | 34 | 0 | 66 | 70 | 133 | 45 | 40 |
| Binary | 1010000 | 1101111 | 110011 | 11100 | 0 | 110110 | 111000 | 1011011 | 100101 | 100000 |
Color Harmonies of #506F33
Complementary color
Monochromatic Colors of #506F33
Black with #506F33
Text Example
Text Example
White with #506F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F33; }
p { color: rgb(80,111,51); }
H1.HeaderClassName
{
color: #506F33;
}
.AnyTagClassName
{
color: #506F33;
}
</style>
background-color css
<style>
a { background-color: #506F33; }
a { background-color: rgb(80,111,51); }
div.DivClassName
{
background-color: #506F33;
}
.BgClassName
{
background-color: #506F33;
}
</style>
border-color css
<style>
span { border-color: #506F33; }
span { border-color: rgb(80,111,51); }
td.TdClassName
{
border-color: #506F33;
}
.TagClassName
{
border-color: #506F33;
}
</style>