Shades of Green Leaf #51701E
Tints of Green Leaf #51701E
RGB
CMYK
RGB Variations
Color information
#51701E (or 0x51701E) is known color: Green Leaf. HEX triplet: 51, 70 and 1E. RGB value is (81,112,30). Sum of RGB (Red+Green+Blue) = 81+112+30=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #51701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51701E is #AE8FE1. Grayscale: #5D5D5D. Windows color (decimal): -11440098 or 1994833. OLE color: 1994833.
HSL color Cylindrical-coordinate representation of color #51701E: hue angle of 82.68º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51701E is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 30 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.56 |
| HSL | 82.68º | 0.58% | 0.28% | - |
| HSV(B) | 82.68º | 0.73% | 0.44% | - |
| XYZ | 9.42 | 13.43 | 3.32 | - |
| YUV | 93.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 30 | 0.28 | 0 | 0.73 | 0.56 | 82.68 | 0.58 | 0.28 |
| Hex | 51 | 70 | 1E | 1C | 0 | 49 | 38 | 53 | 3A | 1C |
| Octal | 121 | 160 | 36 | 34 | 0 | 111 | 70 | 123 | 72 | 34 |
| Binary | 1010001 | 1110000 | 11110 | 11100 | 0 | 1001001 | 111000 | 1010011 | 111010 | 11100 |
Color Harmonies of #51701E
Complementary color
Monochromatic Colors of #51701E
Black with #51701E
Text Example
Text Example
White with #51701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51701E; }
p { color: rgb(81,112,30); }
H1.HeaderClassName
{
color: #51701E;
}
.AnyTagClassName
{
color: #51701E;
}
</style>
background-color css
<style>
a { background-color: #51701E; }
a { background-color: rgb(81,112,30); }
div.DivClassName
{
background-color: #51701E;
}
.BgClassName
{
background-color: #51701E;
}
</style>
border-color css
<style>
span { border-color: #51701E; }
span { border-color: rgb(81,112,30); }
td.TdClassName
{
border-color: #51701E;
}
.TagClassName
{
border-color: #51701E;
}
</style>