Shades of Green Leaf #51792A
Tints of Green Leaf #51792A
RGB
CMYK
RGB Variations
Color information
#51792A (or 0x51792A) is known color: Green Leaf. HEX triplet: 51, 79 and 2A. RGB value is (81,121,42). Sum of RGB (Red+Green+Blue) = 81+121+42=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #51792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51792A is #AE86D5. Grayscale: #646464. Windows color (decimal): -11437782 or 2783569. OLE color: 2783569.
HSL color Cylindrical-coordinate representation of color #51792A: hue angle of 90.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51792A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 121 | 42 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.53 |
| HSL | 90.38º | 0.48% | 0.32% | - |
| HSV(B) | 90.38º | 0.65% | 0.47% | - |
| XYZ | 10.65 | 15.59 | 4.64 | - |
| YUV | 100.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 42 | 0.33 | 0 | 0.65 | 0.53 | 90.38 | 0.48 | 0.32 |
| Hex | 51 | 79 | 2A | 21 | 0 | 41 | 35 | 5A | 30 | 20 |
| Octal | 121 | 171 | 52 | 41 | 0 | 101 | 65 | 132 | 60 | 40 |
| Binary | 1010001 | 1111001 | 101010 | 100001 | 0 | 1000001 | 110101 | 1011010 | 110000 | 100000 |
Color Harmonies of #51792A
Complementary color
Monochromatic Colors of #51792A
Black with #51792A
Text Example
Text Example
White with #51792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51792A; }
p { color: rgb(81,121,42); }
H1.HeaderClassName
{
color: #51792A;
}
.AnyTagClassName
{
color: #51792A;
}
</style>
background-color css
<style>
a { background-color: #51792A; }
a { background-color: rgb(81,121,42); }
div.DivClassName
{
background-color: #51792A;
}
.BgClassName
{
background-color: #51792A;
}
</style>
border-color css
<style>
span { border-color: #51792A; }
span { border-color: rgb(81,121,42); }
td.TdClassName
{
border-color: #51792A;
}
.TagClassName
{
border-color: #51792A;
}
</style>