Shades of Green Leaf #517C29
Tints of Green Leaf #517C29
RGB
CMYK
RGB Variations
Color information
#517C29 (or 0x517C29) is known color: Green Leaf. HEX triplet: 51, 7C and 29. RGB value is (81,124,41). Sum of RGB (Red+Green+Blue) = 81+124+41=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #517C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517C29 is #AE83D6. Grayscale: #656565. Windows color (decimal): -11437015 or 2718801. OLE color: 2718801.
HSL color Cylindrical-coordinate representation of color #517C29: hue angle of 91.08º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517C29 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 124 | 41 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.51 |
| HSL | 91.08º | 0.5% | 0.32% | - |
| HSV(B) | 91.08º | 0.67% | 0.49% | - |
| XYZ | 11 | 16.32 | 4.67 | - |
| YUV | 101.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 41 | 0.35 | 0 | 0.67 | 0.51 | 91.08 | 0.5 | 0.32 |
| Hex | 51 | 7C | 29 | 23 | 0 | 43 | 33 | 5B | 32 | 20 |
| Octal | 121 | 174 | 51 | 43 | 0 | 103 | 63 | 133 | 62 | 40 |
| Binary | 1010001 | 1111100 | 101001 | 100011 | 0 | 1000011 | 110011 | 1011011 | 110010 | 100000 |
Color Harmonies of #517C29
Complementary color
Monochromatic Colors of #517C29
Black with #517C29
Text Example
Text Example
White with #517C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C29; }
p { color: rgb(81,124,41); }
H1.HeaderClassName
{
color: #517C29;
}
.AnyTagClassName
{
color: #517C29;
}
</style>
background-color css
<style>
a { background-color: #517C29; }
a { background-color: rgb(81,124,41); }
div.DivClassName
{
background-color: #517C29;
}
.BgClassName
{
background-color: #517C29;
}
</style>
border-color css
<style>
span { border-color: #517C29; }
span { border-color: rgb(81,124,41); }
td.TdClassName
{
border-color: #517C29;
}
.TagClassName
{
border-color: #517C29;
}
</style>