Shades of Green Leaf #517033
Tints of Green Leaf #517033
RGB
CMYK
RGB Variations
Color information
#517033 (or 0x517033) is known color: Green Leaf. HEX triplet: 51, 70 and 33. RGB value is (81,112,51). Sum of RGB (Red+Green+Blue) = 81+112+51=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #517033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517033 is #AE8FCC. Grayscale: #5F5F5F. Windows color (decimal): -11440077 or 3371089. OLE color: 3371089.
HSL color Cylindrical-coordinate representation of color #517033: hue angle of 90.49º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517033 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 51 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.56 |
| HSL | 90.49º | 0.37% | 0.32% | - |
| HSV(B) | 90.49º | 0.54% | 0.44% | - |
| XYZ | 9.79 | 13.58 | 5.24 | - |
| YUV | 95.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 51 | 0.28 | 0 | 0.54 | 0.56 | 90.49 | 0.37 | 0.32 |
| Hex | 51 | 70 | 33 | 1C | 0 | 36 | 38 | 5A | 25 | 20 |
| Octal | 121 | 160 | 63 | 34 | 0 | 66 | 70 | 132 | 45 | 40 |
| Binary | 1010001 | 1110000 | 110011 | 11100 | 0 | 110110 | 111000 | 1011010 | 100101 | 100000 |
Color Harmonies of #517033
Complementary color
Monochromatic Colors of #517033
Black with #517033
Text Example
Text Example
White with #517033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517033; }
p { color: rgb(81,112,51); }
H1.HeaderClassName
{
color: #517033;
}
.AnyTagClassName
{
color: #517033;
}
</style>
background-color css
<style>
a { background-color: #517033; }
a { background-color: rgb(81,112,51); }
div.DivClassName
{
background-color: #517033;
}
.BgClassName
{
background-color: #517033;
}
</style>
border-color css
<style>
span { border-color: #517033; }
span { border-color: rgb(81,112,51); }
td.TdClassName
{
border-color: #517033;
}
.TagClassName
{
border-color: #517033;
}
</style>