Shades of Green Leaf #507D17
Tints of Green Leaf #507D17
RGB
CMYK
RGB Variations
Color information
#507D17 (or 0x507D17) is known color: Green Leaf. HEX triplet: 50, 7D and 17. RGB value is (80,125,23). Sum of RGB (Red+Green+Blue) = 80+125+23=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #507D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507D17 is #AF82E8. Grayscale: #646464. Windows color (decimal): -11502313 or 1539408. OLE color: 1539408.
HSL color Cylindrical-coordinate representation of color #507D17: hue angle of 86.47º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #507D17 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 125 | 23 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.51 |
| HSL | 86.47º | 0.69% | 0.29% | - |
| HSV(B) | 86.47º | 0.82% | 0.49% | - |
| XYZ | 10.8 | 16.43 | 3.41 | - |
| YUV | 99.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 23 | 0.36 | 0 | 0.82 | 0.51 | 86.47 | 0.69 | 0.29 |
| Hex | 50 | 7D | 17 | 24 | 0 | 52 | 33 | 56 | 45 | 1D |
| Octal | 120 | 175 | 27 | 44 | 0 | 122 | 63 | 126 | 105 | 35 |
| Binary | 1010000 | 1111101 | 10111 | 100100 | 0 | 1010010 | 110011 | 1010110 | 1000101 | 11101 |
Color Harmonies of #507D17
Complementary color
Monochromatic Colors of #507D17
Black with #507D17
Text Example
Text Example
White with #507D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D17; }
p { color: rgb(80,125,23); }
H1.HeaderClassName
{
color: #507D17;
}
.AnyTagClassName
{
color: #507D17;
}
</style>
background-color css
<style>
a { background-color: #507D17; }
a { background-color: rgb(80,125,23); }
div.DivClassName
{
background-color: #507D17;
}
.BgClassName
{
background-color: #507D17;
}
</style>
border-color css
<style>
span { border-color: #507D17; }
span { border-color: rgb(80,125,23); }
td.TdClassName
{
border-color: #507D17;
}
.TagClassName
{
border-color: #507D17;
}
</style>