Shades of Green Leaf #51772E
Tints of Green Leaf #51772E
RGB
CMYK
RGB Variations
Color information
#51772E (or 0x51772E) is known color: Green Leaf. HEX triplet: 51, 77 and 2E. RGB value is (81,119,46). Sum of RGB (Red+Green+Blue) = 81+119+46=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #51772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51772E is #AE88D1. Grayscale: #636363. Windows color (decimal): -11438290 or 3045201. OLE color: 3045201.
HSL color Cylindrical-coordinate representation of color #51772E: hue angle of 91.23º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51772E is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 119 | 46 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.53 |
| HSL | 91.23º | 0.44% | 0.32% | - |
| HSV(B) | 91.23º | 0.61% | 0.47% | - |
| XYZ | 10.48 | 15.14 | 4.95 | - |
| YUV | 99.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 46 | 0.32 | 0 | 0.61 | 0.53 | 91.23 | 0.44 | 0.32 |
| Hex | 51 | 77 | 2E | 20 | 0 | 3D | 35 | 5B | 2C | 20 |
| Octal | 121 | 167 | 56 | 40 | 0 | 75 | 65 | 133 | 54 | 40 |
| Binary | 1010001 | 1110111 | 101110 | 100000 | 0 | 111101 | 110101 | 1011011 | 101100 | 100000 |
Color Harmonies of #51772E
Complementary color
Monochromatic Colors of #51772E
Black with #51772E
Text Example
Text Example
White with #51772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51772E; }
p { color: rgb(81,119,46); }
H1.HeaderClassName
{
color: #51772E;
}
.AnyTagClassName
{
color: #51772E;
}
</style>
background-color css
<style>
a { background-color: #51772E; }
a { background-color: rgb(81,119,46); }
div.DivClassName
{
background-color: #51772E;
}
.BgClassName
{
background-color: #51772E;
}
</style>
border-color css
<style>
span { border-color: #51772E; }
span { border-color: rgb(81,119,46); }
td.TdClassName
{
border-color: #51772E;
}
.TagClassName
{
border-color: #51772E;
}
</style>