Shades of Green Leaf #51702C
Tints of Green Leaf #51702C
RGB
CMYK
RGB Variations
Color information
#51702C (or 0x51702C) is known color: Green Leaf. HEX triplet: 51, 70 and 2C. RGB value is (81,112,44). Sum of RGB (Red+Green+Blue) = 81+112+44=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #51702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51702C is #AE8FD3. Grayscale: #5F5F5F. Windows color (decimal): -11440084 or 2912337. OLE color: 2912337.
HSL color Cylindrical-coordinate representation of color #51702C: hue angle of 87.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51702C is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 44 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.56 |
| HSL | 87.35º | 0.44% | 0.31% | - |
| HSV(B) | 87.35º | 0.61% | 0.44% | - |
| XYZ | 9.64 | 13.52 | 4.48 | - |
| YUV | 94.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 44 | 0.28 | 0 | 0.61 | 0.56 | 87.35 | 0.44 | 0.31 |
| Hex | 51 | 70 | 2C | 1C | 0 | 3D | 38 | 57 | 2C | 1F |
| Octal | 121 | 160 | 54 | 34 | 0 | 75 | 70 | 127 | 54 | 37 |
| Binary | 1010001 | 1110000 | 101100 | 11100 | 0 | 111101 | 111000 | 1010111 | 101100 | 11111 |
Color Harmonies of #51702C
Complementary color
Monochromatic Colors of #51702C
Black with #51702C
Text Example
Text Example
White with #51702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51702C; }
p { color: rgb(81,112,44); }
H1.HeaderClassName
{
color: #51702C;
}
.AnyTagClassName
{
color: #51702C;
}
</style>
background-color css
<style>
a { background-color: #51702C; }
a { background-color: rgb(81,112,44); }
div.DivClassName
{
background-color: #51702C;
}
.BgClassName
{
background-color: #51702C;
}
</style>
border-color css
<style>
span { border-color: #51702C; }
span { border-color: rgb(81,112,44); }
td.TdClassName
{
border-color: #51702C;
}
.TagClassName
{
border-color: #51702C;
}
</style>