Shades of Green Leaf #50732F
Tints of Green Leaf #50732F
RGB
CMYK
RGB Variations
Color information
#50732F (or 0x50732F) is known color: Green Leaf. HEX triplet: 50, 73 and 2F. RGB value is (80,115,47). Sum of RGB (Red+Green+Blue) = 80+115+47=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #50732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50732F is #AF8CD0. Grayscale: #616161. Windows color (decimal): -11504849 or 3109712. OLE color: 3109712.
HSL color Cylindrical-coordinate representation of color #50732F: hue angle of 90.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50732F is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 47 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.55 |
| HSL | 90.88º | 0.42% | 0.32% | - |
| HSV(B) | 90.88º | 0.59% | 0.45% | - |
| XYZ | 9.95 | 14.17 | 4.9 | - |
| YUV | 96.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 47 | 0.30 | 0 | 0.59 | 0.55 | 90.88 | 0.42 | 0.32 |
| Hex | 50 | 73 | 2F | 1E | 0 | 3B | 37 | 5B | 2A | 20 |
| Octal | 120 | 163 | 57 | 36 | 0 | 73 | 67 | 133 | 52 | 40 |
| Binary | 1010000 | 1110011 | 101111 | 11110 | 0 | 111011 | 110111 | 1011011 | 101010 | 100000 |
Color Harmonies of #50732F
Complementary color
Monochromatic Colors of #50732F
Black with #50732F
Text Example
Text Example
White with #50732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50732F; }
p { color: rgb(80,115,47); }
H1.HeaderClassName
{
color: #50732F;
}
.AnyTagClassName
{
color: #50732F;
}
</style>
background-color css
<style>
a { background-color: #50732F; }
a { background-color: rgb(80,115,47); }
div.DivClassName
{
background-color: #50732F;
}
.BgClassName
{
background-color: #50732F;
}
</style>
border-color css
<style>
span { border-color: #50732F; }
span { border-color: rgb(80,115,47); }
td.TdClassName
{
border-color: #50732F;
}
.TagClassName
{
border-color: #50732F;
}
</style>