Shades of Green Leaf #50762F
Tints of Green Leaf #50762F
RGB
CMYK
RGB Variations
Color information
#50762F (or 0x50762F) is known color: Green Leaf. HEX triplet: 50, 76 and 2F. RGB value is (80,118,47). Sum of RGB (Red+Green+Blue) = 80+118+47=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #50762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762F is #AF89D0. Grayscale: #626262. Windows color (decimal): -11504081 or 3110480. OLE color: 3110480.
HSL color Cylindrical-coordinate representation of color #50762F: hue angle of 92.11º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50762F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 47 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.54 |
| HSL | 92.11º | 0.43% | 0.32% | - |
| HSV(B) | 92.11º | 0.6% | 0.46% | - |
| XYZ | 10.3 | 14.87 | 5.02 | - |
| YUV | 98.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 47 | 0.32 | 0 | 0.60 | 0.54 | 92.11 | 0.43 | 0.32 |
| Hex | 50 | 76 | 2F | 20 | 0 | 3C | 36 | 5C | 2B | 20 |
| Octal | 120 | 166 | 57 | 40 | 0 | 74 | 66 | 134 | 53 | 40 |
| Binary | 1010000 | 1110110 | 101111 | 100000 | 0 | 111100 | 110110 | 1011100 | 101011 | 100000 |
Color Harmonies of #50762F
Complementary color
Monochromatic Colors of #50762F
Black with #50762F
Text Example
Text Example
White with #50762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50762F; }
p { color: rgb(80,118,47); }
H1.HeaderClassName
{
color: #50762F;
}
.AnyTagClassName
{
color: #50762F;
}
</style>
background-color css
<style>
a { background-color: #50762F; }
a { background-color: rgb(80,118,47); }
div.DivClassName
{
background-color: #50762F;
}
.BgClassName
{
background-color: #50762F;
}
</style>
border-color css
<style>
span { border-color: #50762F; }
span { border-color: rgb(80,118,47); }
td.TdClassName
{
border-color: #50762F;
}
.TagClassName
{
border-color: #50762F;
}
</style>