Shades of Green Leaf #50752D
Tints of Green Leaf #50752D
RGB
CMYK
RGB Variations
Color information
#50752D (or 0x50752D) is known color: Green Leaf. HEX triplet: 50, 75 and 2D. RGB value is (80,117,45). Sum of RGB (Red+Green+Blue) = 80+117+45=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #50752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50752D is #AF8AD2. Grayscale: #616161. Windows color (decimal): -11504339 or 2979152. OLE color: 2979152.
HSL color Cylindrical-coordinate representation of color #50752D: hue angle of 90.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50752D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 45 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.54 |
| HSL | 90.83º | 0.44% | 0.32% | - |
| HSV(B) | 90.83º | 0.62% | 0.46% | - |
| XYZ | 10.14 | 14.62 | 4.77 | - |
| YUV | 97.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 45 | 0.32 | 0 | 0.62 | 0.54 | 90.83 | 0.44 | 0.32 |
| Hex | 50 | 75 | 2D | 20 | 0 | 3E | 36 | 5B | 2C | 20 |
| Octal | 120 | 165 | 55 | 40 | 0 | 76 | 66 | 133 | 54 | 40 |
| Binary | 1010000 | 1110101 | 101101 | 100000 | 0 | 111110 | 110110 | 1011011 | 101100 | 100000 |
Color Harmonies of #50752D
Complementary color
Monochromatic Colors of #50752D
Black with #50752D
Text Example
Text Example
White with #50752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50752D; }
p { color: rgb(80,117,45); }
H1.HeaderClassName
{
color: #50752D;
}
.AnyTagClassName
{
color: #50752D;
}
</style>
background-color css
<style>
a { background-color: #50752D; }
a { background-color: rgb(80,117,45); }
div.DivClassName
{
background-color: #50752D;
}
.BgClassName
{
background-color: #50752D;
}
</style>
border-color css
<style>
span { border-color: #50752D; }
span { border-color: rgb(80,117,45); }
td.TdClassName
{
border-color: #50752D;
}
.TagClassName
{
border-color: #50752D;
}
</style>