Shades of Green Leaf #506528
Tints of Green Leaf #506528
RGB
CMYK
RGB Variations
Color information
#506528 (or 0x506528) is known color: Green Leaf. HEX triplet: 50, 65 and 28. RGB value is (80,101,40). Sum of RGB (Red+Green+Blue) = 80+101+40=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #506528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506528 is #AF9AD7. Grayscale: #575757. Windows color (decimal): -11508440 or 2647376. OLE color: 2647376.
HSL color Cylindrical-coordinate representation of color #506528: hue angle of 80.66º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506528 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 40 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.60 |
| HSL | 80.66º | 0.43% | 0.28% | - |
| HSV(B) | 80.66º | 0.6% | 0.4% | - |
| XYZ | 8.34 | 11.17 | 3.72 | - |
| YUV | 87.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 40 | 0.21 | 0 | 0.60 | 0.60 | 80.66 | 0.43 | 0.28 |
| Hex | 50 | 65 | 28 | 15 | 0 | 3C | 3C | 51 | 2B | 1C |
| Octal | 120 | 145 | 50 | 25 | 0 | 74 | 74 | 121 | 53 | 34 |
| Binary | 1010000 | 1100101 | 101000 | 10101 | 0 | 111100 | 111100 | 1010001 | 101011 | 11100 |
Color Harmonies of #506528
Complementary color
Monochromatic Colors of #506528
Black with #506528
Text Example
Text Example
White with #506528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506528; }
p { color: rgb(80,101,40); }
H1.HeaderClassName
{
color: #506528;
}
.AnyTagClassName
{
color: #506528;
}
</style>
background-color css
<style>
a { background-color: #506528; }
a { background-color: rgb(80,101,40); }
div.DivClassName
{
background-color: #506528;
}
.BgClassName
{
background-color: #506528;
}
</style>
border-color css
<style>
span { border-color: #506528; }
span { border-color: rgb(80,101,40); }
td.TdClassName
{
border-color: #506528;
}
.TagClassName
{
border-color: #506528;
}
</style>