Shades of Green Leaf #507C2B
Tints of Green Leaf #507C2B
RGB
CMYK
RGB Variations
Color information
#507C2B (or 0x507C2B) is known color: Green Leaf. HEX triplet: 50, 7C and 2B. RGB value is (80,124,43). Sum of RGB (Red+Green+Blue) = 80+124+43=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #507C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C2B is #AF83D4. Grayscale: #656565. Windows color (decimal): -11502549 or 2849872. OLE color: 2849872.
HSL color Cylindrical-coordinate representation of color #507C2B: hue angle of 92.59º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #507C2B is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 43 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.51 |
| HSL | 92.59º | 0.49% | 0.33% | - |
| HSV(B) | 92.59º | 0.65% | 0.49% | - |
| XYZ | 10.95 | 16.3 | 4.85 | - |
| YUV | 101.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 43 | 0.35 | 0 | 0.65 | 0.51 | 92.59 | 0.49 | 0.33 |
| Hex | 50 | 7C | 2B | 23 | 0 | 41 | 33 | 5D | 31 | 21 |
| Octal | 120 | 174 | 53 | 43 | 0 | 101 | 63 | 135 | 61 | 41 |
| Binary | 1010000 | 1111100 | 101011 | 100011 | 0 | 1000001 | 110011 | 1011101 | 110001 | 100001 |
Color Harmonies of #507C2B
Complementary color
Monochromatic Colors of #507C2B
Black with #507C2B
Text Example
Text Example
White with #507C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C2B; }
p { color: rgb(80,124,43); }
H1.HeaderClassName
{
color: #507C2B;
}
.AnyTagClassName
{
color: #507C2B;
}
</style>
background-color css
<style>
a { background-color: #507C2B; }
a { background-color: rgb(80,124,43); }
div.DivClassName
{
background-color: #507C2B;
}
.BgClassName
{
background-color: #507C2B;
}
</style>
border-color css
<style>
span { border-color: #507C2B; }
span { border-color: rgb(80,124,43); }
td.TdClassName
{
border-color: #507C2B;
}
.TagClassName
{
border-color: #507C2B;
}
</style>