Shades of Green Leaf #557A26
Tints of Green Leaf #557A26
RGB
CMYK
RGB Variations
Color information
#557A26 (or 0x557A26) is known color: Green Leaf. HEX triplet: 55, 7A and 26. RGB value is (85,122,38). Sum of RGB (Red+Green+Blue) = 85+122+38=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #557A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A26 is #AA85D9. Grayscale: #656565. Windows color (decimal): -11175386 or 2521685. OLE color: 2521685.
HSL color Cylindrical-coordinate representation of color #557A26: hue angle of 86.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #557A26 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 38 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.52 |
| HSL | 86.43º | 0.53% | 0.31% | - |
| HSV(B) | 86.43º | 0.69% | 0.48% | - |
| XYZ | 11.06 | 15.99 | 4.34 | - |
| YUV | 101.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 38 | 0.30 | 0 | 0.69 | 0.52 | 86.43 | 0.53 | 0.31 |
| Hex | 55 | 7A | 26 | 1E | 0 | 45 | 34 | 56 | 34 | 1F |
| Octal | 125 | 172 | 46 | 36 | 0 | 105 | 64 | 126 | 64 | 37 |
| Binary | 1010101 | 1111010 | 100110 | 11110 | 0 | 1000101 | 110100 | 1010110 | 110100 | 11111 |
Color Harmonies of #557A26
Complementary color
Monochromatic Colors of #557A26
Black with #557A26
Text Example
Text Example
White with #557A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A26; }
p { color: rgb(85,122,38); }
H1.HeaderClassName
{
color: #557A26;
}
.AnyTagClassName
{
color: #557A26;
}
</style>
background-color css
<style>
a { background-color: #557A26; }
a { background-color: rgb(85,122,38); }
div.DivClassName
{
background-color: #557A26;
}
.BgClassName
{
background-color: #557A26;
}
</style>
border-color css
<style>
span { border-color: #557A26; }
span { border-color: rgb(85,122,38); }
td.TdClassName
{
border-color: #557A26;
}
.TagClassName
{
border-color: #557A26;
}
</style>