Shades of Green Leaf #51702A
Tints of Green Leaf #51702A
RGB
CMYK
RGB Variations
Color information
#51702A (or 0x51702A) is known color: Green Leaf. HEX triplet: 51, 70 and 2A. RGB value is (81,112,42). Sum of RGB (Red+Green+Blue) = 81+112+42=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #51702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51702A is #AE8FD5. Grayscale: #5F5F5F. Windows color (decimal): -11440086 or 2781265. OLE color: 2781265.
HSL color Cylindrical-coordinate representation of color #51702A: hue angle of 86.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51702A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 42 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.56 |
| HSL | 86.57º | 0.45% | 0.3% | - |
| HSV(B) | 86.57º | 0.63% | 0.44% | - |
| XYZ | 9.61 | 13.5 | 4.29 | - |
| YUV | 94.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 42 | 0.28 | 0 | 0.62 | 0.56 | 86.57 | 0.45 | 0.3 |
| Hex | 51 | 70 | 2A | 1C | 0 | 3E | 38 | 57 | 2D | 1E |
| Octal | 121 | 160 | 52 | 34 | 0 | 76 | 70 | 127 | 55 | 36 |
| Binary | 1010001 | 1110000 | 101010 | 11100 | 0 | 111110 | 111000 | 1010111 | 101101 | 11110 |
Color Harmonies of #51702A
Complementary color
Monochromatic Colors of #51702A
Black with #51702A
Text Example
Text Example
White with #51702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51702A; }
p { color: rgb(81,112,42); }
H1.HeaderClassName
{
color: #51702A;
}
.AnyTagClassName
{
color: #51702A;
}
</style>
background-color css
<style>
a { background-color: #51702A; }
a { background-color: rgb(81,112,42); }
div.DivClassName
{
background-color: #51702A;
}
.BgClassName
{
background-color: #51702A;
}
</style>
border-color css
<style>
span { border-color: #51702A; }
span { border-color: rgb(81,112,42); }
td.TdClassName
{
border-color: #51702A;
}
.TagClassName
{
border-color: #51702A;
}
</style>