Shades of Green Leaf #51682A
Tints of Green Leaf #51682A
RGB
CMYK
RGB Variations
Color information
#51682A (or 0x51682A) is known color: Green Leaf. HEX triplet: 51, 68 and 2A. RGB value is (81,104,42). Sum of RGB (Red+Green+Blue) = 81+104+42=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #51682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51682A is #AE97D5. Grayscale: #5A5A5A. Windows color (decimal): -11442134 or 2779217. OLE color: 2779217.
HSL color Cylindrical-coordinate representation of color #51682A: hue angle of 82.26º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51682A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 104 | 42 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.59 |
| HSL | 82.26º | 0.42% | 0.29% | - |
| HSV(B) | 82.26º | 0.6% | 0.41% | - |
| XYZ | 8.76 | 11.82 | 4.01 | - |
| YUV | 90.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 42 | 0.22 | 0 | 0.60 | 0.59 | 82.26 | 0.42 | 0.29 |
| Hex | 51 | 68 | 2A | 16 | 0 | 3C | 3B | 52 | 2A | 1D |
| Octal | 121 | 150 | 52 | 26 | 0 | 74 | 73 | 122 | 52 | 35 |
| Binary | 1010001 | 1101000 | 101010 | 10110 | 0 | 111100 | 111011 | 1010010 | 101010 | 11101 |
Color Harmonies of #51682A
Complementary color
Monochromatic Colors of #51682A
Black with #51682A
Text Example
Text Example
White with #51682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51682A; }
p { color: rgb(81,104,42); }
H1.HeaderClassName
{
color: #51682A;
}
.AnyTagClassName
{
color: #51682A;
}
</style>
background-color css
<style>
a { background-color: #51682A; }
a { background-color: rgb(81,104,42); }
div.DivClassName
{
background-color: #51682A;
}
.BgClassName
{
background-color: #51682A;
}
</style>
border-color css
<style>
span { border-color: #51682A; }
span { border-color: rgb(81,104,42); }
td.TdClassName
{
border-color: #51682A;
}
.TagClassName
{
border-color: #51682A;
}
</style>