Shades of Green Leaf #507420
Tints of Green Leaf #507420
RGB
CMYK
RGB Variations
Color information
#507420 (or 0x507420) is known color: Green Leaf. HEX triplet: 50, 74 and 20. RGB value is (80,116,32). Sum of RGB (Red+Green+Blue) = 80+116+32=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #507420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507420 is #AF8BDF. Grayscale: #5F5F5F. Windows color (decimal): -11504608 or 2126928. OLE color: 2126928.
HSL color Cylindrical-coordinate representation of color #507420: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #507420 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 32 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.55 |
| HSL | 85.71º | 0.57% | 0.29% | - |
| HSV(B) | 85.71º | 0.72% | 0.45% | - |
| XYZ | 9.81 | 14.3 | 3.61 | - |
| YUV | 95.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 32 | 0.31 | 0 | 0.72 | 0.55 | 85.71 | 0.57 | 0.29 |
| Hex | 50 | 74 | 20 | 1F | 0 | 48 | 37 | 56 | 39 | 1D |
| Octal | 120 | 164 | 40 | 37 | 0 | 110 | 67 | 126 | 71 | 35 |
| Binary | 1010000 | 1110100 | 100000 | 11111 | 0 | 1001000 | 110111 | 1010110 | 111001 | 11101 |
Color Harmonies of #507420
Complementary color
Monochromatic Colors of #507420
Black with #507420
Text Example
Text Example
White with #507420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507420; }
p { color: rgb(80,116,32); }
H1.HeaderClassName
{
color: #507420;
}
.AnyTagClassName
{
color: #507420;
}
</style>
background-color css
<style>
a { background-color: #507420; }
a { background-color: rgb(80,116,32); }
div.DivClassName
{
background-color: #507420;
}
.BgClassName
{
background-color: #507420;
}
</style>
border-color css
<style>
span { border-color: #507420; }
span { border-color: rgb(80,116,32); }
td.TdClassName
{
border-color: #507420;
}
.TagClassName
{
border-color: #507420;
}
</style>