Shades of Green Leaf #517F28
Tints of Green Leaf #517F28
RGB
CMYK
RGB Variations
Color information
#517F28 (or 0x517F28) is known color: Green Leaf. HEX triplet: 51, 7F and 28. RGB value is (81,127,40). Sum of RGB (Red+Green+Blue) = 81+127+40=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #517F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517F28 is #AE80D7. Grayscale: #676767. Windows color (decimal): -11436248 or 2654033. OLE color: 2654033.
HSL color Cylindrical-coordinate representation of color #517F28: hue angle of 91.72º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #517F28 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 40 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.50 |
| HSL | 91.72º | 0.52% | 0.33% | - |
| HSV(B) | 91.72º | 0.69% | 0.5% | - |
| XYZ | 11.37 | 17.08 | 4.71 | - |
| YUV | 103.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 40 | 0.36 | 0 | 0.69 | 0.50 | 91.72 | 0.52 | 0.33 |
| Hex | 51 | 7F | 28 | 24 | 0 | 45 | 32 | 5C | 34 | 21 |
| Octal | 121 | 177 | 50 | 44 | 0 | 105 | 62 | 134 | 64 | 41 |
| Binary | 1010001 | 1111111 | 101000 | 100100 | 0 | 1000101 | 110010 | 1011100 | 110100 | 100001 |
Color Harmonies of #517F28
Complementary color
Monochromatic Colors of #517F28
Black with #517F28
Text Example
Text Example
White with #517F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F28; }
p { color: rgb(81,127,40); }
H1.HeaderClassName
{
color: #517F28;
}
.AnyTagClassName
{
color: #517F28;
}
</style>
background-color css
<style>
a { background-color: #517F28; }
a { background-color: rgb(81,127,40); }
div.DivClassName
{
background-color: #517F28;
}
.BgClassName
{
background-color: #517F28;
}
</style>
border-color css
<style>
span { border-color: #517F28; }
span { border-color: rgb(81,127,40); }
td.TdClassName
{
border-color: #517F28;
}
.TagClassName
{
border-color: #517F28;
}
</style>