Shades of Green Leaf #507824
Tints of Green Leaf #507824
RGB
CMYK
RGB Variations
Color information
#507824 (or 0x507824) is known color: Green Leaf. HEX triplet: 50, 78 and 24. RGB value is (80,120,36). Sum of RGB (Red+Green+Blue) = 80+120+36=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #507824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507824 is #AF87DB. Grayscale: #626262. Windows color (decimal): -11503580 or 2390096. OLE color: 2390096.
HSL color Cylindrical-coordinate representation of color #507824: hue angle of 88.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #507824 is Cyan = 0.33, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 36 | - |
| CMYK | 0.33 | 0 | 0.7 | 0.53 |
| HSL | 88.57º | 0.54% | 0.31% | - |
| HSV(B) | 88.57º | 0.7% | 0.47% | - |
| XYZ | 10.34 | 15.27 | 4.07 | - |
| YUV | 98.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 36 | 0.33 | 0 | 0.7 | 0.53 | 88.57 | 0.54 | 0.31 |
| Hex | 50 | 78 | 24 | 21 | 0 | 46 | 35 | 59 | 36 | 1F |
| Octal | 120 | 170 | 44 | 41 | 0 | 106 | 65 | 131 | 66 | 37 |
| Binary | 1010000 | 1111000 | 100100 | 100001 | 0 | 1000110 | 110101 | 1011001 | 110110 | 11111 |
Color Harmonies of #507824
Complementary color
Monochromatic Colors of #507824
Black with #507824
Text Example
Text Example
White with #507824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507824; }
p { color: rgb(80,120,36); }
H1.HeaderClassName
{
color: #507824;
}
.AnyTagClassName
{
color: #507824;
}
</style>
background-color css
<style>
a { background-color: #507824; }
a { background-color: rgb(80,120,36); }
div.DivClassName
{
background-color: #507824;
}
.BgClassName
{
background-color: #507824;
}
</style>
border-color css
<style>
span { border-color: #507824; }
span { border-color: rgb(80,120,36); }
td.TdClassName
{
border-color: #507824;
}
.TagClassName
{
border-color: #507824;
}
</style>