Shades of Green Leaf #50731A
Tints of Green Leaf #50731A
RGB
CMYK
RGB Variations
Color information
#50731A (or 0x50731A) is known color: Green Leaf. HEX triplet: 50, 73 and 1A. RGB value is (80,115,26). Sum of RGB (Red+Green+Blue) = 80+115+26=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #50731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50731A is #AF8CE5. Grayscale: #5E5E5E. Windows color (decimal): -11504870 or 1733456. OLE color: 1733456.
HSL color Cylindrical-coordinate representation of color #50731A: hue angle of 83.6º degrees, saturation: 0.63, 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 #50731A is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 26 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.55 |
| HSL | 83.6º | 0.63% | 0.28% | - |
| HSV(B) | 83.6º | 0.77% | 0.45% | - |
| XYZ | 9.63 | 14.04 | 3.18 | - |
| YUV | 94.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 26 | 0.30 | 0 | 0.77 | 0.55 | 83.6 | 0.63 | 0.28 |
| Hex | 50 | 73 | 1A | 1E | 0 | 4D | 37 | 54 | 3F | 1C |
| Octal | 120 | 163 | 32 | 36 | 0 | 115 | 67 | 124 | 77 | 34 |
| Binary | 1010000 | 1110011 | 11010 | 11110 | 0 | 1001101 | 110111 | 1010100 | 111111 | 11100 |
Color Harmonies of #50731A
Complementary color
Monochromatic Colors of #50731A
Black with #50731A
Text Example
Text Example
White with #50731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50731A; }
p { color: rgb(80,115,26); }
H1.HeaderClassName
{
color: #50731A;
}
.AnyTagClassName
{
color: #50731A;
}
</style>
background-color css
<style>
a { background-color: #50731A; }
a { background-color: rgb(80,115,26); }
div.DivClassName
{
background-color: #50731A;
}
.BgClassName
{
background-color: #50731A;
}
</style>
border-color css
<style>
span { border-color: #50731A; }
span { border-color: rgb(80,115,26); }
td.TdClassName
{
border-color: #50731A;
}
.TagClassName
{
border-color: #50731A;
}
</style>