Shades of Green Leaf #557725
Tints of Green Leaf #557725
RGB
CMYK
RGB Variations
Color information
#557725 (or 0x557725) is known color: Green Leaf. HEX triplet: 55, 77 and 25. RGB value is (85,119,37). Sum of RGB (Red+Green+Blue) = 85+119+37=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #557725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557725 is #AA88DA. Grayscale: #636363. Windows color (decimal): -11176155 or 2455381. OLE color: 2455381.
HSL color Cylindrical-coordinate representation of color #557725: hue angle of 84.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #557725 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 37 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.53 |
| HSL | 84.88º | 0.53% | 0.31% | - |
| HSV(B) | 84.88º | 0.69% | 0.47% | - |
| XYZ | 10.68 | 15.26 | 4.13 | - |
| YUV | 99.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 37 | 0.29 | 0 | 0.69 | 0.53 | 84.88 | 0.53 | 0.31 |
| Hex | 55 | 77 | 25 | 1D | 0 | 45 | 35 | 55 | 35 | 1F |
| Octal | 125 | 167 | 45 | 35 | 0 | 105 | 65 | 125 | 65 | 37 |
| Binary | 1010101 | 1110111 | 100101 | 11101 | 0 | 1000101 | 110101 | 1010101 | 110101 | 11111 |
Color Harmonies of #557725
Complementary color
Monochromatic Colors of #557725
Black with #557725
Text Example
Text Example
White with #557725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557725; }
p { color: rgb(85,119,37); }
H1.HeaderClassName
{
color: #557725;
}
.AnyTagClassName
{
color: #557725;
}
</style>
background-color css
<style>
a { background-color: #557725; }
a { background-color: rgb(85,119,37); }
div.DivClassName
{
background-color: #557725;
}
.BgClassName
{
background-color: #557725;
}
</style>
border-color css
<style>
span { border-color: #557725; }
span { border-color: rgb(85,119,37); }
td.TdClassName
{
border-color: #557725;
}
.TagClassName
{
border-color: #557725;
}
</style>