Shades of Green Leaf #517025
Tints of Green Leaf #517025
RGB
CMYK
RGB Variations
Color information
#517025 (or 0x517025) is known color: Green Leaf. HEX triplet: 51, 70 and 25. RGB value is (81,112,37). Sum of RGB (Red+Green+Blue) = 81+112+37=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #517025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517025 is #AE8FDA. Grayscale: #5E5E5E. Windows color (decimal): -11440091 or 2453585. OLE color: 2453585.
HSL color Cylindrical-coordinate representation of color #517025: hue angle of 84.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517025 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 37 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.56 |
| HSL | 84.8º | 0.5% | 0.29% | - |
| HSV(B) | 84.8º | 0.67% | 0.44% | - |
| XYZ | 9.52 | 13.47 | 3.85 | - |
| YUV | 94.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 37 | 0.28 | 0 | 0.67 | 0.56 | 84.8 | 0.5 | 0.29 |
| Hex | 51 | 70 | 25 | 1C | 0 | 43 | 38 | 55 | 32 | 1D |
| Octal | 121 | 160 | 45 | 34 | 0 | 103 | 70 | 125 | 62 | 35 |
| Binary | 1010001 | 1110000 | 100101 | 11100 | 0 | 1000011 | 111000 | 1010101 | 110010 | 11101 |
Color Harmonies of #517025
Complementary color
Monochromatic Colors of #517025
Black with #517025
Text Example
Text Example
White with #517025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517025; }
p { color: rgb(81,112,37); }
H1.HeaderClassName
{
color: #517025;
}
.AnyTagClassName
{
color: #517025;
}
</style>
background-color css
<style>
a { background-color: #517025; }
a { background-color: rgb(81,112,37); }
div.DivClassName
{
background-color: #517025;
}
.BgClassName
{
background-color: #517025;
}
</style>
border-color css
<style>
span { border-color: #517025; }
span { border-color: rgb(81,112,37); }
td.TdClassName
{
border-color: #517025;
}
.TagClassName
{
border-color: #517025;
}
</style>