Shades of Green Leaf #507816
Tints of Green Leaf #507816
RGB
CMYK
RGB Variations
Color information
#507816 (or 0x507816) is known color: Green Leaf. HEX triplet: 50, 78 and 16. RGB value is (80,120,22). Sum of RGB (Red+Green+Blue) = 80+120+22=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #507816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507816 is #AF87E9. Grayscale: #616161. Windows color (decimal): -11503594 or 1472592. OLE color: 1472592.
HSL color Cylindrical-coordinate representation of color #507816: hue angle of 84.49º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #507816 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 22 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.53 |
| HSL | 84.49º | 0.69% | 0.28% | - |
| HSV(B) | 84.49º | 0.82% | 0.47% | - |
| XYZ | 10.17 | 15.2 | 3.16 | - |
| YUV | 96.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 22 | 0.33 | 0 | 0.82 | 0.53 | 84.49 | 0.69 | 0.28 |
| Hex | 50 | 78 | 16 | 21 | 0 | 52 | 35 | 54 | 45 | 1C |
| Octal | 120 | 170 | 26 | 41 | 0 | 122 | 65 | 124 | 105 | 34 |
| Binary | 1010000 | 1111000 | 10110 | 100001 | 0 | 1010010 | 110101 | 1010100 | 1000101 | 11100 |
Color Harmonies of #507816
Complementary color
Monochromatic Colors of #507816
Black with #507816
Text Example
Text Example
White with #507816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507816; }
p { color: rgb(80,120,22); }
H1.HeaderClassName
{
color: #507816;
}
.AnyTagClassName
{
color: #507816;
}
</style>
background-color css
<style>
a { background-color: #507816; }
a { background-color: rgb(80,120,22); }
div.DivClassName
{
background-color: #507816;
}
.BgClassName
{
background-color: #507816;
}
</style>
border-color css
<style>
span { border-color: #507816; }
span { border-color: rgb(80,120,22); }
td.TdClassName
{
border-color: #507816;
}
.TagClassName
{
border-color: #507816;
}
</style>