Shades of Green Leaf #506D28
Tints of Green Leaf #506D28
RGB
CMYK
RGB Variations
Color information
#506D28 (or 0x506D28) is known color: Green Leaf. HEX triplet: 50, 6D and 28. RGB value is (80,109,40). Sum of RGB (Red+Green+Blue) = 80+109+40=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #506D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D28 is #AF92D7. Grayscale: #5C5C5C. Windows color (decimal): -11506392 or 2649424. OLE color: 2649424.
HSL color Cylindrical-coordinate representation of color #506D28: hue angle of 85.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506D28 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 40 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.57 |
| HSL | 85.22º | 0.46% | 0.29% | - |
| HSV(B) | 85.22º | 0.63% | 0.43% | - |
| XYZ | 9.16 | 12.8 | 3.99 | - |
| YUV | 92.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 40 | 0.27 | 0 | 0.63 | 0.57 | 85.22 | 0.46 | 0.29 |
| Hex | 50 | 6D | 28 | 1B | 0 | 3F | 39 | 55 | 2E | 1D |
| Octal | 120 | 155 | 50 | 33 | 0 | 77 | 71 | 125 | 56 | 35 |
| Binary | 1010000 | 1101101 | 101000 | 11011 | 0 | 111111 | 111001 | 1010101 | 101110 | 11101 |
Color Harmonies of #506D28
Complementary color
Monochromatic Colors of #506D28
Black with #506D28
Text Example
Text Example
White with #506D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D28; }
p { color: rgb(80,109,40); }
H1.HeaderClassName
{
color: #506D28;
}
.AnyTagClassName
{
color: #506D28;
}
</style>
background-color css
<style>
a { background-color: #506D28; }
a { background-color: rgb(80,109,40); }
div.DivClassName
{
background-color: #506D28;
}
.BgClassName
{
background-color: #506D28;
}
</style>
border-color css
<style>
span { border-color: #506D28; }
span { border-color: rgb(80,109,40); }
td.TdClassName
{
border-color: #506D28;
}
.TagClassName
{
border-color: #506D28;
}
</style>