Shades of Green Leaf #50781B
Tints of Green Leaf #50781B
RGB
CMYK
RGB Variations
Color information
#50781B (or 0x50781B) is known color: Green Leaf. HEX triplet: 50, 78 and 1B. RGB value is (80,120,27). Sum of RGB (Red+Green+Blue) = 80+120+27=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #50781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50781B is #AF87E4. Grayscale: #616161. Windows color (decimal): -11503589 or 1800272. OLE color: 1800272.
HSL color Cylindrical-coordinate representation of color #50781B: hue angle of 85.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50781B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 27 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.53 |
| HSL | 85.81º | 0.63% | 0.29% | - |
| HSV(B) | 85.81º | 0.78% | 0.47% | - |
| XYZ | 10.22 | 15.22 | 3.44 | - |
| YUV | 97.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 27 | 0.33 | 0 | 0.78 | 0.53 | 85.81 | 0.63 | 0.29 |
| Hex | 50 | 78 | 1B | 21 | 0 | 4E | 35 | 56 | 3F | 1D |
| Octal | 120 | 170 | 33 | 41 | 0 | 116 | 65 | 126 | 77 | 35 |
| Binary | 1010000 | 1111000 | 11011 | 100001 | 0 | 1001110 | 110101 | 1010110 | 111111 | 11101 |
Color Harmonies of #50781B
Complementary color
Monochromatic Colors of #50781B
Black with #50781B
Text Example
Text Example
White with #50781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50781B; }
p { color: rgb(80,120,27); }
H1.HeaderClassName
{
color: #50781B;
}
.AnyTagClassName
{
color: #50781B;
}
</style>
background-color css
<style>
a { background-color: #50781B; }
a { background-color: rgb(80,120,27); }
div.DivClassName
{
background-color: #50781B;
}
.BgClassName
{
background-color: #50781B;
}
</style>
border-color css
<style>
span { border-color: #50781B; }
span { border-color: rgb(80,120,27); }
td.TdClassName
{
border-color: #50781B;
}
.TagClassName
{
border-color: #50781B;
}
</style>