Shades of Green Leaf #50662C
Tints of Green Leaf #50662C
RGB
CMYK
RGB Variations
Color information
#50662C (or 0x50662C) is known color: Green Leaf. HEX triplet: 50, 66 and 2C. RGB value is (80,102,44). Sum of RGB (Red+Green+Blue) = 80+102+44=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #50662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50662C is #AF99D3. Grayscale: #595959. Windows color (decimal): -11508180 or 2909776. OLE color: 2909776.
HSL color Cylindrical-coordinate representation of color #50662C: hue angle of 82.76º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50662C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 44 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.6 |
| HSL | 82.76º | 0.4% | 0.29% | - |
| HSV(B) | 82.76º | 0.57% | 0.4% | - |
| XYZ | 8.51 | 11.39 | 4.13 | - |
| YUV | 88.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 44 | 0.22 | 0 | 0.57 | 0.6 | 82.76 | 0.4 | 0.29 |
| Hex | 50 | 66 | 2C | 16 | 0 | 39 | 3C | 53 | 28 | 1D |
| Octal | 120 | 146 | 54 | 26 | 0 | 71 | 74 | 123 | 50 | 35 |
| Binary | 1010000 | 1100110 | 101100 | 10110 | 0 | 111001 | 111100 | 1010011 | 101000 | 11101 |
Color Harmonies of #50662C
Complementary color
Monochromatic Colors of #50662C
Black with #50662C
Text Example
Text Example
White with #50662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50662C; }
p { color: rgb(80,102,44); }
H1.HeaderClassName
{
color: #50662C;
}
.AnyTagClassName
{
color: #50662C;
}
</style>
background-color css
<style>
a { background-color: #50662C; }
a { background-color: rgb(80,102,44); }
div.DivClassName
{
background-color: #50662C;
}
.BgClassName
{
background-color: #50662C;
}
</style>
border-color css
<style>
span { border-color: #50662C; }
span { border-color: rgb(80,102,44); }
td.TdClassName
{
border-color: #50662C;
}
.TagClassName
{
border-color: #50662C;
}
</style>