Shades of Green Leaf #50731C
Tints of Green Leaf #50731C
RGB
CMYK
RGB Variations
Color information
#50731C (or 0x50731C) is known color: Green Leaf. HEX triplet: 50, 73 and 1C. RGB value is (80,115,28). Sum of RGB (Red+Green+Blue) = 80+115+28=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #50731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50731C is #AF8CE3. Grayscale: #5E5E5E. Windows color (decimal): -11504868 or 1864528. OLE color: 1864528.
HSL color Cylindrical-coordinate representation of color #50731C: hue angle of 84.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50731C is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 28 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.55 |
| HSL | 84.14º | 0.61% | 0.28% | - |
| HSV(B) | 84.14º | 0.76% | 0.45% | - |
| XYZ | 9.65 | 14.05 | 3.3 | - |
| YUV | 94.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 28 | 0.30 | 0 | 0.76 | 0.55 | 84.14 | 0.61 | 0.28 |
| Hex | 50 | 73 | 1C | 1E | 0 | 4C | 37 | 54 | 3D | 1C |
| Octal | 120 | 163 | 34 | 36 | 0 | 114 | 67 | 124 | 75 | 34 |
| Binary | 1010000 | 1110011 | 11100 | 11110 | 0 | 1001100 | 110111 | 1010100 | 111101 | 11100 |
Color Harmonies of #50731C
Complementary color
Monochromatic Colors of #50731C
Black with #50731C
Text Example
Text Example
White with #50731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50731C; }
p { color: rgb(80,115,28); }
H1.HeaderClassName
{
color: #50731C;
}
.AnyTagClassName
{
color: #50731C;
}
</style>
background-color css
<style>
a { background-color: #50731C; }
a { background-color: rgb(80,115,28); }
div.DivClassName
{
background-color: #50731C;
}
.BgClassName
{
background-color: #50731C;
}
</style>
border-color css
<style>
span { border-color: #50731C; }
span { border-color: rgb(80,115,28); }
td.TdClassName
{
border-color: #50731C;
}
.TagClassName
{
border-color: #50731C;
}
</style>