Shades of Green Leaf #557231
Tints of Green Leaf #557231
RGB
CMYK
RGB Variations
Color information
#557231 (or 0x557231) is known color: Green Leaf. HEX triplet: 55, 72 and 31. RGB value is (85,114,49). Sum of RGB (Red+Green+Blue) = 85+114+49=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #557231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557231 is #AA8DCE. Grayscale: #626262. Windows color (decimal): -11177423 or 3240533. OLE color: 3240533.
HSL color Cylindrical-coordinate representation of color #557231: hue angle of 86.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557231 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 49 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.55 |
| HSL | 86.77º | 0.4% | 0.32% | - |
| HSV(B) | 86.77º | 0.57% | 0.45% | - |
| XYZ | 10.32 | 14.19 | 5.1 | - |
| YUV | 97.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 49 | 0.25 | 0 | 0.57 | 0.55 | 86.77 | 0.4 | 0.32 |
| Hex | 55 | 72 | 31 | 19 | 0 | 39 | 37 | 57 | 28 | 20 |
| Octal | 125 | 162 | 61 | 31 | 0 | 71 | 67 | 127 | 50 | 40 |
| Binary | 1010101 | 1110010 | 110001 | 11001 | 0 | 111001 | 110111 | 1010111 | 101000 | 100000 |
Color Harmonies of #557231
Complementary color
Monochromatic Colors of #557231
Black with #557231
Text Example
Text Example
White with #557231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557231; }
p { color: rgb(85,114,49); }
H1.HeaderClassName
{
color: #557231;
}
.AnyTagClassName
{
color: #557231;
}
</style>
background-color css
<style>
a { background-color: #557231; }
a { background-color: rgb(85,114,49); }
div.DivClassName
{
background-color: #557231;
}
.BgClassName
{
background-color: #557231;
}
</style>
border-color css
<style>
span { border-color: #557231; }
span { border-color: rgb(85,114,49); }
td.TdClassName
{
border-color: #557231;
}
.TagClassName
{
border-color: #557231;
}
</style>