Shades of Green Leaf #506632
Tints of Green Leaf #506632
RGB
CMYK
RGB Variations
Color information
#506632 (or 0x506632) is known color: Green Leaf. HEX triplet: 50, 66 and 32. RGB value is (80,102,50). Sum of RGB (Red+Green+Blue) = 80+102+50=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #506632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506632 is #AF99CD. Grayscale: #595959. Windows color (decimal): -11508174 or 3302992. OLE color: 3302992.
HSL color Cylindrical-coordinate representation of color #506632: hue angle of 85.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #506632 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 50 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.6 |
| HSL | 85.38º | 0.34% | 0.3% | - |
| HSV(B) | 85.38º | 0.51% | 0.4% | - |
| XYZ | 8.64 | 11.44 | 4.77 | - |
| YUV | 89.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 50 | 0.22 | 0 | 0.51 | 0.6 | 85.38 | 0.34 | 0.3 |
| Hex | 50 | 66 | 32 | 16 | 0 | 33 | 3C | 55 | 22 | 1E |
| Octal | 120 | 146 | 62 | 26 | 0 | 63 | 74 | 125 | 42 | 36 |
| Binary | 1010000 | 1100110 | 110010 | 10110 | 0 | 110011 | 111100 | 1010101 | 100010 | 11110 |
Color Harmonies of #506632
Complementary color
Monochromatic Colors of #506632
Black with #506632
Text Example
Text Example
White with #506632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506632; }
p { color: rgb(80,102,50); }
H1.HeaderClassName
{
color: #506632;
}
.AnyTagClassName
{
color: #506632;
}
</style>
background-color css
<style>
a { background-color: #506632; }
a { background-color: rgb(80,102,50); }
div.DivClassName
{
background-color: #506632;
}
.BgClassName
{
background-color: #506632;
}
</style>
border-color css
<style>
span { border-color: #506632; }
span { border-color: rgb(80,102,50); }
td.TdClassName
{
border-color: #506632;
}
.TagClassName
{
border-color: #506632;
}
</style>