Shades of Green Leaf #557D28
Tints of Green Leaf #557D28
RGB
CMYK
RGB Variations
Color information
#557D28 (or 0x557D28) is known color: Green Leaf. HEX triplet: 55, 7D and 28. RGB value is (85,125,40). Sum of RGB (Red+Green+Blue) = 85+125+40=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #557D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D28 is #AA82D7. Grayscale: #676767. Windows color (decimal): -11174616 or 2653525. OLE color: 2653525.
HSL color Cylindrical-coordinate representation of color #557D28: hue angle of 88.24º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #557D28 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 40 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.51 |
| HSL | 88.24º | 0.52% | 0.32% | - |
| HSV(B) | 88.24º | 0.68% | 0.49% | - |
| XYZ | 11.46 | 16.75 | 4.64 | - |
| YUV | 103.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 40 | 0.32 | 0 | 0.68 | 0.51 | 88.24 | 0.52 | 0.32 |
| Hex | 55 | 7D | 28 | 20 | 0 | 44 | 33 | 58 | 34 | 20 |
| Octal | 125 | 175 | 50 | 40 | 0 | 104 | 63 | 130 | 64 | 40 |
| Binary | 1010101 | 1111101 | 101000 | 100000 | 0 | 1000100 | 110011 | 1011000 | 110100 | 100000 |
Color Harmonies of #557D28
Complementary color
Monochromatic Colors of #557D28
Black with #557D28
Text Example
Text Example
White with #557D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D28; }
p { color: rgb(85,125,40); }
H1.HeaderClassName
{
color: #557D28;
}
.AnyTagClassName
{
color: #557D28;
}
</style>
background-color css
<style>
a { background-color: #557D28; }
a { background-color: rgb(85,125,40); }
div.DivClassName
{
background-color: #557D28;
}
.BgClassName
{
background-color: #557D28;
}
</style>
border-color css
<style>
span { border-color: #557D28; }
span { border-color: rgb(85,125,40); }
td.TdClassName
{
border-color: #557D28;
}
.TagClassName
{
border-color: #557D28;
}
</style>