Shades of Green Leaf #507C20
Tints of Green Leaf #507C20
RGB
CMYK
RGB Variations
Color information
#507C20 (or 0x507C20) is known color: Green Leaf. HEX triplet: 50, 7C and 20. RGB value is (80,124,32). Sum of RGB (Red+Green+Blue) = 80+124+32=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #507C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C20 is #AF83DF. Grayscale: #646464. Windows color (decimal): -11502560 or 2128976. OLE color: 2128976.
HSL color Cylindrical-coordinate representation of color #507C20: hue angle of 88.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #507C20 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 32 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.51 |
| HSL | 88.7º | 0.59% | 0.31% | - |
| HSV(B) | 88.7º | 0.74% | 0.49% | - |
| XYZ | 10.78 | 16.23 | 3.93 | - |
| YUV | 100.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 32 | 0.35 | 0 | 0.74 | 0.51 | 88.7 | 0.59 | 0.31 |
| Hex | 50 | 7C | 20 | 23 | 0 | 4A | 33 | 59 | 3B | 1F |
| Octal | 120 | 174 | 40 | 43 | 0 | 112 | 63 | 131 | 73 | 37 |
| Binary | 1010000 | 1111100 | 100000 | 100011 | 0 | 1001010 | 110011 | 1011001 | 111011 | 11111 |
Color Harmonies of #507C20
Complementary color
Monochromatic Colors of #507C20
Black with #507C20
Text Example
Text Example
White with #507C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C20; }
p { color: rgb(80,124,32); }
H1.HeaderClassName
{
color: #507C20;
}
.AnyTagClassName
{
color: #507C20;
}
</style>
background-color css
<style>
a { background-color: #507C20; }
a { background-color: rgb(80,124,32); }
div.DivClassName
{
background-color: #507C20;
}
.BgClassName
{
background-color: #507C20;
}
</style>
border-color css
<style>
span { border-color: #507C20; }
span { border-color: rgb(80,124,32); }
td.TdClassName
{
border-color: #507C20;
}
.TagClassName
{
border-color: #507C20;
}
</style>