Shades of Green Leaf #51792B
Tints of Green Leaf #51792B
RGB
CMYK
RGB Variations
Color information
#51792B (or 0x51792B) is known color: Green Leaf. HEX triplet: 51, 79 and 2B. RGB value is (81,121,43). Sum of RGB (Red+Green+Blue) = 81+121+43=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #51792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51792B is #AE86D4. Grayscale: #646464. Windows color (decimal): -11437781 or 2849105. OLE color: 2849105.
HSL color Cylindrical-coordinate representation of color #51792B: hue angle of 90.77º degrees, saturation: 0.48, 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 #51792B is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 121 | 43 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.53 |
| HSL | 90.77º | 0.48% | 0.32% | - |
| HSV(B) | 90.77º | 0.64% | 0.47% | - |
| XYZ | 10.67 | 15.6 | 4.73 | - |
| YUV | 100.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 43 | 0.33 | 0 | 0.64 | 0.53 | 90.77 | 0.48 | 0.32 |
| Hex | 51 | 79 | 2B | 21 | 0 | 40 | 35 | 5B | 30 | 20 |
| Octal | 121 | 171 | 53 | 41 | 0 | 100 | 65 | 133 | 60 | 40 |
| Binary | 1010001 | 1111001 | 101011 | 100001 | 0 | 1000000 | 110101 | 1011011 | 110000 | 100000 |
Color Harmonies of #51792B
Complementary color
Monochromatic Colors of #51792B
Black with #51792B
Text Example
Text Example
White with #51792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51792B; }
p { color: rgb(81,121,43); }
H1.HeaderClassName
{
color: #51792B;
}
.AnyTagClassName
{
color: #51792B;
}
</style>
background-color css
<style>
a { background-color: #51792B; }
a { background-color: rgb(81,121,43); }
div.DivClassName
{
background-color: #51792B;
}
.BgClassName
{
background-color: #51792B;
}
</style>
border-color css
<style>
span { border-color: #51792B; }
span { border-color: rgb(81,121,43); }
td.TdClassName
{
border-color: #51792B;
}
.TagClassName
{
border-color: #51792B;
}
</style>