Shades of Green Leaf #517E17
Tints of Green Leaf #517E17
RGB
CMYK
RGB Variations
Color information
#517E17 (or 0x517E17) is known color: Green Leaf. HEX triplet: 51, 7E and 17. RGB value is (81,126,23). Sum of RGB (Red+Green+Blue) = 81+126+23=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #517E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517E17 is #AE81E8. Grayscale: #656565. Windows color (decimal): -11436521 or 1539665. OLE color: 1539665.
HSL color Cylindrical-coordinate representation of color #517E17: hue angle of 86.21º 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 #517E17 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 23 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.51 |
| HSL | 86.21º | 0.69% | 0.29% | - |
| HSV(B) | 86.21º | 0.82% | 0.49% | - |
| XYZ | 11.01 | 16.73 | 3.46 | - |
| YUV | 100.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 23 | 0.36 | 0 | 0.82 | 0.51 | 86.21 | 0.69 | 0.29 |
| Hex | 51 | 7E | 17 | 24 | 0 | 52 | 33 | 56 | 45 | 1D |
| Octal | 121 | 176 | 27 | 44 | 0 | 122 | 63 | 126 | 105 | 35 |
| Binary | 1010001 | 1111110 | 10111 | 100100 | 0 | 1010010 | 110011 | 1010110 | 1000101 | 11101 |
Color Harmonies of #517E17
Complementary color
Monochromatic Colors of #517E17
Black with #517E17
Text Example
Text Example
White with #517E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E17; }
p { color: rgb(81,126,23); }
H1.HeaderClassName
{
color: #517E17;
}
.AnyTagClassName
{
color: #517E17;
}
</style>
background-color css
<style>
a { background-color: #517E17; }
a { background-color: rgb(81,126,23); }
div.DivClassName
{
background-color: #517E17;
}
.BgClassName
{
background-color: #517E17;
}
</style>
border-color css
<style>
span { border-color: #517E17; }
span { border-color: rgb(81,126,23); }
td.TdClassName
{
border-color: #517E17;
}
.TagClassName
{
border-color: #517E17;
}
</style>