Shades of Green Leaf #50752B
Tints of Green Leaf #50752B
RGB
CMYK
RGB Variations
Color information
#50752B (or 0x50752B) is known color: Green Leaf. HEX triplet: 50, 75 and 2B. RGB value is (80,117,43). Sum of RGB (Red+Green+Blue) = 80+117+43=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #50752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50752B is #AF8AD4. Grayscale: #616161. Windows color (decimal): -11504341 or 2848080. OLE color: 2848080.
HSL color Cylindrical-coordinate representation of color #50752B: hue angle of 90º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50752B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 43 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.54 |
| HSL | 90º | 0.46% | 0.31% | - |
| HSV(B) | 90º | 0.63% | 0.46% | - |
| XYZ | 10.11 | 14.6 | 4.57 | - |
| YUV | 97.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 43 | 0.32 | 0 | 0.63 | 0.54 | 90 | 0.46 | 0.31 |
| Hex | 50 | 75 | 2B | 20 | 0 | 3F | 36 | 5A | 2E | 1F |
| Octal | 120 | 165 | 53 | 40 | 0 | 77 | 66 | 132 | 56 | 37 |
| Binary | 1010000 | 1110101 | 101011 | 100000 | 0 | 111111 | 110110 | 1011010 | 101110 | 11111 |
Color Harmonies of #50752B
Complementary color
Monochromatic Colors of #50752B
Black with #50752B
Text Example
Text Example
White with #50752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50752B; }
p { color: rgb(80,117,43); }
H1.HeaderClassName
{
color: #50752B;
}
.AnyTagClassName
{
color: #50752B;
}
</style>
background-color css
<style>
a { background-color: #50752B; }
a { background-color: rgb(80,117,43); }
div.DivClassName
{
background-color: #50752B;
}
.BgClassName
{
background-color: #50752B;
}
</style>
border-color css
<style>
span { border-color: #50752B; }
span { border-color: rgb(80,117,43); }
td.TdClassName
{
border-color: #50752B;
}
.TagClassName
{
border-color: #50752B;
}
</style>