Shades of Green Leaf #51682C
Tints of Green Leaf #51682C
RGB
CMYK
RGB Variations
Color information
#51682C (or 0x51682C) is known color: Green Leaf. HEX triplet: 51, 68 and 2C. RGB value is (81,104,44). Sum of RGB (Red+Green+Blue) = 81+104+44=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #51682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51682C is #AE97D3. Grayscale: #5A5A5A. Windows color (decimal): -11442132 or 2910289. OLE color: 2910289.
HSL color Cylindrical-coordinate representation of color #51682C: hue angle of 83º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51682C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 104 | 44 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.59 |
| HSL | 83º | 0.41% | 0.29% | - |
| HSV(B) | 83º | 0.58% | 0.41% | - |
| XYZ | 8.8 | 11.83 | 4.2 | - |
| YUV | 90.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 44 | 0.22 | 0 | 0.58 | 0.59 | 83 | 0.41 | 0.29 |
| Hex | 51 | 68 | 2C | 16 | 0 | 3A | 3B | 53 | 29 | 1D |
| Octal | 121 | 150 | 54 | 26 | 0 | 72 | 73 | 123 | 51 | 35 |
| Binary | 1010001 | 1101000 | 101100 | 10110 | 0 | 111010 | 111011 | 1010011 | 101001 | 11101 |
Color Harmonies of #51682C
Complementary color
Monochromatic Colors of #51682C
Black with #51682C
Text Example
Text Example
White with #51682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51682C; }
p { color: rgb(81,104,44); }
H1.HeaderClassName
{
color: #51682C;
}
.AnyTagClassName
{
color: #51682C;
}
</style>
background-color css
<style>
a { background-color: #51682C; }
a { background-color: rgb(81,104,44); }
div.DivClassName
{
background-color: #51682C;
}
.BgClassName
{
background-color: #51682C;
}
</style>
border-color css
<style>
span { border-color: #51682C; }
span { border-color: rgb(81,104,44); }
td.TdClassName
{
border-color: #51682C;
}
.TagClassName
{
border-color: #51682C;
}
</style>