Shades of Green Leaf #50742F
Tints of Green Leaf #50742F
RGB
CMYK
RGB Variations
Color information
#50742F (or 0x50742F) is known color: Green Leaf. HEX triplet: 50, 74 and 2F. RGB value is (80,116,47). Sum of RGB (Red+Green+Blue) = 80+116+47=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #50742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50742F is #AF8BD0. Grayscale: #616161. Windows color (decimal): -11504593 or 3109968. OLE color: 3109968.
HSL color Cylindrical-coordinate representation of color #50742F: hue angle of 91.3º 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 #50742F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 47 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.55 |
| HSL | 91.3º | 0.42% | 0.32% | - |
| HSV(B) | 91.3º | 0.59% | 0.45% | - |
| XYZ | 10.07 | 14.4 | 4.94 | - |
| YUV | 97.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 47 | 0.31 | 0 | 0.59 | 0.55 | 91.3 | 0.42 | 0.32 |
| Hex | 50 | 74 | 2F | 1F | 0 | 3B | 37 | 5B | 2A | 20 |
| Octal | 120 | 164 | 57 | 37 | 0 | 73 | 67 | 133 | 52 | 40 |
| Binary | 1010000 | 1110100 | 101111 | 11111 | 0 | 111011 | 110111 | 1011011 | 101010 | 100000 |
Color Harmonies of #50742F
Complementary color
Monochromatic Colors of #50742F
Black with #50742F
Text Example
Text Example
White with #50742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50742F; }
p { color: rgb(80,116,47); }
H1.HeaderClassName
{
color: #50742F;
}
.AnyTagClassName
{
color: #50742F;
}
</style>
background-color css
<style>
a { background-color: #50742F; }
a { background-color: rgb(80,116,47); }
div.DivClassName
{
background-color: #50742F;
}
.BgClassName
{
background-color: #50742F;
}
</style>
border-color css
<style>
span { border-color: #50742F; }
span { border-color: rgb(80,116,47); }
td.TdClassName
{
border-color: #50742F;
}
.TagClassName
{
border-color: #50742F;
}
</style>