Shades of Green Leaf #557D18
Tints of Green Leaf #557D18
RGB
CMYK
RGB Variations
Color information
#557D18 (or 0x557D18) is known color: Green Leaf. HEX triplet: 55, 7D and 18. RGB value is (85,125,24). Sum of RGB (Red+Green+Blue) = 85+125+24=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #557D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D18 is #AA82E7. Grayscale: #656565. Windows color (decimal): -11174632 or 1604949. OLE color: 1604949.
HSL color Cylindrical-coordinate representation of color #557D18: hue angle of 83.76º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #557D18 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 24 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.51 |
| HSL | 83.76º | 0.68% | 0.29% | - |
| HSV(B) | 83.76º | 0.81% | 0.49% | - |
| XYZ | 11.24 | 16.66 | 3.49 | - |
| YUV | 101.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 24 | 0.32 | 0 | 0.81 | 0.51 | 83.76 | 0.68 | 0.29 |
| Hex | 55 | 7D | 18 | 20 | 0 | 51 | 33 | 54 | 44 | 1D |
| Octal | 125 | 175 | 30 | 40 | 0 | 121 | 63 | 124 | 104 | 35 |
| Binary | 1010101 | 1111101 | 11000 | 100000 | 0 | 1010001 | 110011 | 1010100 | 1000100 | 11101 |
Color Harmonies of #557D18
Complementary color
Monochromatic Colors of #557D18
Black with #557D18
Text Example
Text Example
White with #557D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D18; }
p { color: rgb(85,125,24); }
H1.HeaderClassName
{
color: #557D18;
}
.AnyTagClassName
{
color: #557D18;
}
</style>
background-color css
<style>
a { background-color: #557D18; }
a { background-color: rgb(85,125,24); }
div.DivClassName
{
background-color: #557D18;
}
.BgClassName
{
background-color: #557D18;
}
</style>
border-color css
<style>
span { border-color: #557D18; }
span { border-color: rgb(85,125,24); }
td.TdClassName
{
border-color: #557D18;
}
.TagClassName
{
border-color: #557D18;
}
</style>