Shades of Green Leaf #507032
Tints of Green Leaf #507032
RGB
CMYK
RGB Variations
Color information
#507032 (or 0x507032) is known color: Green Leaf. HEX triplet: 50, 70 and 32. RGB value is (80,112,50). Sum of RGB (Red+Green+Blue) = 80+112+50=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #507032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507032 is #AF8FCD. Grayscale: #5F5F5F. Windows color (decimal): -11505614 or 3305552. OLE color: 3305552.
HSL color Cylindrical-coordinate representation of color #507032: hue angle of 90.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #507032 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 50 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.56 |
| HSL | 90.97º | 0.38% | 0.32% | - |
| HSV(B) | 90.97º | 0.55% | 0.44% | - |
| XYZ | 9.68 | 13.52 | 5.12 | - |
| YUV | 95.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 50 | 0.29 | 0 | 0.55 | 0.56 | 90.97 | 0.38 | 0.32 |
| Hex | 50 | 70 | 32 | 1D | 0 | 37 | 38 | 5B | 26 | 20 |
| Octal | 120 | 160 | 62 | 35 | 0 | 67 | 70 | 133 | 46 | 40 |
| Binary | 1010000 | 1110000 | 110010 | 11101 | 0 | 110111 | 111000 | 1011011 | 100110 | 100000 |
Color Harmonies of #507032
Complementary color
Monochromatic Colors of #507032
Black with #507032
Text Example
Text Example
White with #507032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507032; }
p { color: rgb(80,112,50); }
H1.HeaderClassName
{
color: #507032;
}
.AnyTagClassName
{
color: #507032;
}
</style>
background-color css
<style>
a { background-color: #507032; }
a { background-color: rgb(80,112,50); }
div.DivClassName
{
background-color: #507032;
}
.BgClassName
{
background-color: #507032;
}
</style>
border-color css
<style>
span { border-color: #507032; }
span { border-color: rgb(80,112,50); }
td.TdClassName
{
border-color: #507032;
}
.TagClassName
{
border-color: #507032;
}
</style>