Shades of Green Leaf #506930
Tints of Green Leaf #506930
RGB
CMYK
RGB Variations
Color information
#506930 (or 0x506930) is known color: Green Leaf. HEX triplet: 50, 69 and 30. RGB value is (80,105,48). Sum of RGB (Red+Green+Blue) = 80+105+48=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #506930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506930 is #AF96CF. Grayscale: #5B5B5B. Windows color (decimal): -11507408 or 3172688. OLE color: 3172688.
HSL color Cylindrical-coordinate representation of color #506930: hue angle of 86.32º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506930 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 48 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.59 |
| HSL | 86.32º | 0.37% | 0.3% | - |
| HSV(B) | 86.32º | 0.54% | 0.41% | - |
| XYZ | 8.89 | 12.02 | 4.65 | - |
| YUV | 91.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 48 | 0.24 | 0 | 0.54 | 0.59 | 86.32 | 0.37 | 0.3 |
| Hex | 50 | 69 | 30 | 18 | 0 | 36 | 3B | 56 | 25 | 1E |
| Octal | 120 | 151 | 60 | 30 | 0 | 66 | 73 | 126 | 45 | 36 |
| Binary | 1010000 | 1101001 | 110000 | 11000 | 0 | 110110 | 111011 | 1010110 | 100101 | 11110 |
Color Harmonies of #506930
Complementary color
Monochromatic Colors of #506930
Black with #506930
Text Example
Text Example
White with #506930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506930; }
p { color: rgb(80,105,48); }
H1.HeaderClassName
{
color: #506930;
}
.AnyTagClassName
{
color: #506930;
}
</style>
background-color css
<style>
a { background-color: #506930; }
a { background-color: rgb(80,105,48); }
div.DivClassName
{
background-color: #506930;
}
.BgClassName
{
background-color: #506930;
}
</style>
border-color css
<style>
span { border-color: #506930; }
span { border-color: rgb(80,105,48); }
td.TdClassName
{
border-color: #506930;
}
.TagClassName
{
border-color: #506930;
}
</style>