Shades of Green Leaf #506828
Tints of Green Leaf #506828
RGB
CMYK
RGB Variations
Color information
#506828 (or 0x506828) is known color: Green Leaf. HEX triplet: 50, 68 and 28. RGB value is (80,104,40). Sum of RGB (Red+Green+Blue) = 80+104+40=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #506828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506828 is #AF97D7. Grayscale: #595959. Windows color (decimal): -11507672 or 2648144. OLE color: 2648144.
HSL color Cylindrical-coordinate representation of color #506828: hue angle of 82.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506828 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 40 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.59 |
| HSL | 82.5º | 0.44% | 0.28% | - |
| HSV(B) | 82.5º | 0.62% | 0.41% | - |
| XYZ | 8.64 | 11.76 | 3.82 | - |
| YUV | 89.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 40 | 0.23 | 0 | 0.62 | 0.59 | 82.5 | 0.44 | 0.28 |
| Hex | 50 | 68 | 28 | 17 | 0 | 3E | 3B | 52 | 2C | 1C |
| Octal | 120 | 150 | 50 | 27 | 0 | 76 | 73 | 122 | 54 | 34 |
| Binary | 1010000 | 1101000 | 101000 | 10111 | 0 | 111110 | 111011 | 1010010 | 101100 | 11100 |
Color Harmonies of #506828
Complementary color
Monochromatic Colors of #506828
Black with #506828
Text Example
Text Example
White with #506828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506828; }
p { color: rgb(80,104,40); }
H1.HeaderClassName
{
color: #506828;
}
.AnyTagClassName
{
color: #506828;
}
</style>
background-color css
<style>
a { background-color: #506828; }
a { background-color: rgb(80,104,40); }
div.DivClassName
{
background-color: #506828;
}
.BgClassName
{
background-color: #506828;
}
</style>
border-color css
<style>
span { border-color: #506828; }
span { border-color: rgb(80,104,40); }
td.TdClassName
{
border-color: #506828;
}
.TagClassName
{
border-color: #506828;
}
</style>