Shades of Green Leaf #50662E
Tints of Green Leaf #50662E
RGB
CMYK
RGB Variations
Color information
#50662E (or 0x50662E) is known color: Green Leaf. HEX triplet: 50, 66 and 2E. RGB value is (80,102,46). Sum of RGB (Red+Green+Blue) = 80+102+46=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #50662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50662E is #AF99D1. Grayscale: #595959. Windows color (decimal): -11508178 or 3040848. OLE color: 3040848.
HSL color Cylindrical-coordinate representation of color #50662E: hue angle of 83.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50662E is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 46 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.6 |
| HSL | 83.57º | 0.38% | 0.29% | - |
| HSV(B) | 83.57º | 0.55% | 0.4% | - |
| XYZ | 8.55 | 11.41 | 4.34 | - |
| YUV | 89.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 46 | 0.22 | 0 | 0.55 | 0.6 | 83.57 | 0.38 | 0.29 |
| Hex | 50 | 66 | 2E | 16 | 0 | 37 | 3C | 54 | 26 | 1D |
| Octal | 120 | 146 | 56 | 26 | 0 | 67 | 74 | 124 | 46 | 35 |
| Binary | 1010000 | 1100110 | 101110 | 10110 | 0 | 110111 | 111100 | 1010100 | 100110 | 11101 |
Color Harmonies of #50662E
Complementary color
Monochromatic Colors of #50662E
Black with #50662E
Text Example
Text Example
White with #50662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50662E; }
p { color: rgb(80,102,46); }
H1.HeaderClassName
{
color: #50662E;
}
.AnyTagClassName
{
color: #50662E;
}
</style>
background-color css
<style>
a { background-color: #50662E; }
a { background-color: rgb(80,102,46); }
div.DivClassName
{
background-color: #50662E;
}
.BgClassName
{
background-color: #50662E;
}
</style>
border-color css
<style>
span { border-color: #50662E; }
span { border-color: rgb(80,102,46); }
td.TdClassName
{
border-color: #50662E;
}
.TagClassName
{
border-color: #50662E;
}
</style>