Shades of Green Leaf #507017
Tints of Green Leaf #507017
RGB
CMYK
RGB Variations
Color information
#507017 (or 0x507017) is known color: Green Leaf. HEX triplet: 50, 70 and 17. RGB value is (80,112,23). Sum of RGB (Red+Green+Blue) = 80+112+23=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #507017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507017 is #AF8FE8. Grayscale: #5C5C5C. Windows color (decimal): -11505641 or 1536080. OLE color: 1536080.
HSL color Cylindrical-coordinate representation of color #507017: hue angle of 81.57º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #507017 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 23 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.56 |
| HSL | 81.57º | 0.66% | 0.26% | - |
| HSV(B) | 81.57º | 0.79% | 0.44% | - |
| XYZ | 9.26 | 13.36 | 2.9 | - |
| YUV | 92.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 23 | 0.29 | 0 | 0.79 | 0.56 | 81.57 | 0.66 | 0.26 |
| Hex | 50 | 70 | 17 | 1D | 0 | 4F | 38 | 52 | 42 | 1A |
| Octal | 120 | 160 | 27 | 35 | 0 | 117 | 70 | 122 | 102 | 32 |
| Binary | 1010000 | 1110000 | 10111 | 11101 | 0 | 1001111 | 111000 | 1010010 | 1000010 | 11010 |
Color Harmonies of #507017
Complementary color
Monochromatic Colors of #507017
Black with #507017
Text Example
Text Example
White with #507017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507017; }
p { color: rgb(80,112,23); }
H1.HeaderClassName
{
color: #507017;
}
.AnyTagClassName
{
color: #507017;
}
</style>
background-color css
<style>
a { background-color: #507017; }
a { background-color: rgb(80,112,23); }
div.DivClassName
{
background-color: #507017;
}
.BgClassName
{
background-color: #507017;
}
</style>
border-color css
<style>
span { border-color: #507017; }
span { border-color: rgb(80,112,23); }
td.TdClassName
{
border-color: #507017;
}
.TagClassName
{
border-color: #507017;
}
</style>