Shades of Green Leaf #507132
Tints of Green Leaf #507132
RGB
CMYK
RGB Variations
Color information
#507132 (or 0x507132) is known color: Green Leaf. HEX triplet: 50, 71 and 32. RGB value is (80,113,50). Sum of RGB (Red+Green+Blue) = 80+113+50=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #507132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507132 is #AF8ECD. Grayscale: #606060. Windows color (decimal): -11505358 or 3305808. OLE color: 3305808.
HSL color Cylindrical-coordinate representation of color #507132: hue angle of 91.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507132 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 50 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.56 |
| HSL | 91.43º | 0.39% | 0.32% | - |
| HSV(B) | 91.43º | 0.56% | 0.44% | - |
| XYZ | 9.79 | 13.75 | 5.15 | - |
| YUV | 95.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 50 | 0.29 | 0 | 0.56 | 0.56 | 91.43 | 0.39 | 0.32 |
| Hex | 50 | 71 | 32 | 1D | 0 | 38 | 38 | 5B | 27 | 20 |
| Octal | 120 | 161 | 62 | 35 | 0 | 70 | 70 | 133 | 47 | 40 |
| Binary | 1010000 | 1110001 | 110010 | 11101 | 0 | 111000 | 111000 | 1011011 | 100111 | 100000 |
Color Harmonies of #507132
Complementary color
Monochromatic Colors of #507132
Black with #507132
Text Example
Text Example
White with #507132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507132; }
p { color: rgb(80,113,50); }
H1.HeaderClassName
{
color: #507132;
}
.AnyTagClassName
{
color: #507132;
}
</style>
background-color css
<style>
a { background-color: #507132; }
a { background-color: rgb(80,113,50); }
div.DivClassName
{
background-color: #507132;
}
.BgClassName
{
background-color: #507132;
}
</style>
border-color css
<style>
span { border-color: #507132; }
span { border-color: rgb(80,113,50); }
td.TdClassName
{
border-color: #507132;
}
.TagClassName
{
border-color: #507132;
}
</style>