Shades of Green Leaf #557D2D
Tints of Green Leaf #557D2D
RGB
CMYK
RGB Variations
Color information
#557D2D (or 0x557D2D) is known color: Green Leaf. HEX triplet: 55, 7D and 2D. RGB value is (85,125,45). Sum of RGB (Red+Green+Blue) = 85+125+45=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #557D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D2D is #AA82D2. Grayscale: #686868. Windows color (decimal): -11174611 or 2981205. OLE color: 2981205.
HSL color Cylindrical-coordinate representation of color #557D2D: hue angle of 90º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557D2D is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 45 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.51 |
| HSL | 90º | 0.47% | 0.33% | - |
| HSV(B) | 90º | 0.64% | 0.49% | - |
| XYZ | 11.55 | 16.79 | 5.11 | - |
| YUV | 103.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 45 | 0.32 | 0 | 0.64 | 0.51 | 90 | 0.47 | 0.33 |
| Hex | 55 | 7D | 2D | 20 | 0 | 40 | 33 | 5A | 2F | 21 |
| Octal | 125 | 175 | 55 | 40 | 0 | 100 | 63 | 132 | 57 | 41 |
| Binary | 1010101 | 1111101 | 101101 | 100000 | 0 | 1000000 | 110011 | 1011010 | 101111 | 100001 |
Color Harmonies of #557D2D
Complementary color
Monochromatic Colors of #557D2D
Black with #557D2D
Text Example
Text Example
White with #557D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D2D; }
p { color: rgb(85,125,45); }
H1.HeaderClassName
{
color: #557D2D;
}
.AnyTagClassName
{
color: #557D2D;
}
</style>
background-color css
<style>
a { background-color: #557D2D; }
a { background-color: rgb(85,125,45); }
div.DivClassName
{
background-color: #557D2D;
}
.BgClassName
{
background-color: #557D2D;
}
</style>
border-color css
<style>
span { border-color: #557D2D; }
span { border-color: rgb(85,125,45); }
td.TdClassName
{
border-color: #557D2D;
}
.TagClassName
{
border-color: #557D2D;
}
</style>