Shades of Green Leaf #57731F
Tints of Green Leaf #57731F
RGB
CMYK
RGB Variations
Color information
#57731F (or 0x57731F) is known color: Green Leaf. HEX triplet: 57, 73 and 1F. RGB value is (87,115,31). Sum of RGB (Red+Green+Blue) = 87+115+31=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #57731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57731F is #A88CE0. Grayscale: #616161. Windows color (decimal): -11046113 or 2061143. OLE color: 2061143.
HSL color Cylindrical-coordinate representation of color #57731F: hue angle of 80º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57731F is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 31 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.55 |
| HSL | 80º | 0.58% | 0.29% | - |
| HSV(B) | 80º | 0.73% | 0.45% | - |
| XYZ | 10.31 | 14.39 | 3.53 | - |
| YUV | 97.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 31 | 0.24 | 0 | 0.73 | 0.55 | 80 | 0.58 | 0.29 |
| Hex | 57 | 73 | 1F | 18 | 0 | 49 | 37 | 50 | 3A | 1D |
| Octal | 127 | 163 | 37 | 30 | 0 | 111 | 67 | 120 | 72 | 35 |
| Binary | 1010111 | 1110011 | 11111 | 11000 | 0 | 1001001 | 110111 | 1010000 | 111010 | 11101 |
Color Harmonies of #57731F
Complementary color
Monochromatic Colors of #57731F
Black with #57731F
Text Example
Text Example
White with #57731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57731F; }
p { color: rgb(87,115,31); }
H1.HeaderClassName
{
color: #57731F;
}
.AnyTagClassName
{
color: #57731F;
}
</style>
background-color css
<style>
a { background-color: #57731F; }
a { background-color: rgb(87,115,31); }
div.DivClassName
{
background-color: #57731F;
}
.BgClassName
{
background-color: #57731F;
}
</style>
border-color css
<style>
span { border-color: #57731F; }
span { border-color: rgb(87,115,31); }
td.TdClassName
{
border-color: #57731F;
}
.TagClassName
{
border-color: #57731F;
}
</style>