Shades of Green Leaf #51772B
Tints of Green Leaf #51772B
RGB
CMYK
RGB Variations
Color information
#51772B (or 0x51772B) is known color: Green Leaf. HEX triplet: 51, 77 and 2B. RGB value is (81,119,43). Sum of RGB (Red+Green+Blue) = 81+119+43=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #51772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51772B is #AE88D4. Grayscale: #636363. Windows color (decimal): -11438293 or 2848593. OLE color: 2848593.
HSL color Cylindrical-coordinate representation of color #51772B: hue angle of 90º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51772B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 119 | 43 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.53 |
| HSL | 90º | 0.47% | 0.32% | - |
| HSV(B) | 90º | 0.64% | 0.47% | - |
| XYZ | 10.43 | 15.12 | 4.65 | - |
| YUV | 98.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 43 | 0.32 | 0 | 0.64 | 0.53 | 90 | 0.47 | 0.32 |
| Hex | 51 | 77 | 2B | 20 | 0 | 40 | 35 | 5A | 2F | 20 |
| Octal | 121 | 167 | 53 | 40 | 0 | 100 | 65 | 132 | 57 | 40 |
| Binary | 1010001 | 1110111 | 101011 | 100000 | 0 | 1000000 | 110101 | 1011010 | 101111 | 100000 |
Color Harmonies of #51772B
Complementary color
Monochromatic Colors of #51772B
Black with #51772B
Text Example
Text Example
White with #51772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51772B; }
p { color: rgb(81,119,43); }
H1.HeaderClassName
{
color: #51772B;
}
.AnyTagClassName
{
color: #51772B;
}
</style>
background-color css
<style>
a { background-color: #51772B; }
a { background-color: rgb(81,119,43); }
div.DivClassName
{
background-color: #51772B;
}
.BgClassName
{
background-color: #51772B;
}
</style>
border-color css
<style>
span { border-color: #51772B; }
span { border-color: rgb(81,119,43); }
td.TdClassName
{
border-color: #51772B;
}
.TagClassName
{
border-color: #51772B;
}
</style>