Shades of Green Leaf #50731B
Tints of Green Leaf #50731B
RGB
CMYK
RGB Variations
Color information
#50731B (or 0x50731B) is known color: Green Leaf. HEX triplet: 50, 73 and 1B. RGB value is (80,115,27). Sum of RGB (Red+Green+Blue) = 80+115+27=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #50731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50731B is #AF8CE4. Grayscale: #5E5E5E. Windows color (decimal): -11504869 or 1798992. OLE color: 1798992.
HSL color Cylindrical-coordinate representation of color #50731B: hue angle of 83.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50731B is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 27 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.55 |
| HSL | 83.86º | 0.62% | 0.28% | - |
| HSV(B) | 83.86º | 0.77% | 0.45% | - |
| XYZ | 9.64 | 14.05 | 3.24 | - |
| YUV | 94.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 27 | 0.30 | 0 | 0.77 | 0.55 | 83.86 | 0.62 | 0.28 |
| Hex | 50 | 73 | 1B | 1E | 0 | 4D | 37 | 54 | 3E | 1C |
| Octal | 120 | 163 | 33 | 36 | 0 | 115 | 67 | 124 | 76 | 34 |
| Binary | 1010000 | 1110011 | 11011 | 11110 | 0 | 1001101 | 110111 | 1010100 | 111110 | 11100 |
Color Harmonies of #50731B
Complementary color
Monochromatic Colors of #50731B
Black with #50731B
Text Example
Text Example
White with #50731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50731B; }
p { color: rgb(80,115,27); }
H1.HeaderClassName
{
color: #50731B;
}
.AnyTagClassName
{
color: #50731B;
}
</style>
background-color css
<style>
a { background-color: #50731B; }
a { background-color: rgb(80,115,27); }
div.DivClassName
{
background-color: #50731B;
}
.BgClassName
{
background-color: #50731B;
}
</style>
border-color css
<style>
span { border-color: #50731B; }
span { border-color: rgb(80,115,27); }
td.TdClassName
{
border-color: #50731B;
}
.TagClassName
{
border-color: #50731B;
}
</style>