Shades of Green Leaf #517D28
Tints of Green Leaf #517D28
RGB
CMYK
RGB Variations
Color information
#517D28 (or 0x517D28) is known color: Green Leaf. HEX triplet: 51, 7D and 28. RGB value is (81,125,40). Sum of RGB (Red+Green+Blue) = 81+125+40=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #517D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517D28 is #AE82D7. Grayscale: #666666. Windows color (decimal): -11436760 or 2653521. OLE color: 2653521.
HSL color Cylindrical-coordinate representation of color #517D28: hue angle of 91.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517D28 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 40 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.51 |
| HSL | 91.06º | 0.52% | 0.32% | - |
| HSV(B) | 91.06º | 0.68% | 0.49% | - |
| XYZ | 11.11 | 16.57 | 4.62 | - |
| YUV | 102.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 40 | 0.35 | 0 | 0.68 | 0.51 | 91.06 | 0.52 | 0.32 |
| Hex | 51 | 7D | 28 | 23 | 0 | 44 | 33 | 5B | 34 | 20 |
| Octal | 121 | 175 | 50 | 43 | 0 | 104 | 63 | 133 | 64 | 40 |
| Binary | 1010001 | 1111101 | 101000 | 100011 | 0 | 1000100 | 110011 | 1011011 | 110100 | 100000 |
Color Harmonies of #517D28
Complementary color
Monochromatic Colors of #517D28
Black with #517D28
Text Example
Text Example
White with #517D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D28; }
p { color: rgb(81,125,40); }
H1.HeaderClassName
{
color: #517D28;
}
.AnyTagClassName
{
color: #517D28;
}
</style>
background-color css
<style>
a { background-color: #517D28; }
a { background-color: rgb(81,125,40); }
div.DivClassName
{
background-color: #517D28;
}
.BgClassName
{
background-color: #517D28;
}
</style>
border-color css
<style>
span { border-color: #517D28; }
span { border-color: rgb(81,125,40); }
td.TdClassName
{
border-color: #517D28;
}
.TagClassName
{
border-color: #517D28;
}
</style>