Shades of Green Leaf #557534
Tints of Green Leaf #557534
RGB
CMYK
RGB Variations
Color information
#557534 (or 0x557534) is known color: Green Leaf. HEX triplet: 55, 75 and 34. RGB value is (85,117,52). Sum of RGB (Red+Green+Blue) = 85+117+52=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #557534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557534 is #AA8ACB. Grayscale: #646464. Windows color (decimal): -11176652 or 3437909. OLE color: 3437909.
HSL color Cylindrical-coordinate representation of color #557534: hue angle of 89.54º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557534 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 52 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.54 |
| HSL | 89.54º | 0.38% | 0.33% | - |
| HSV(B) | 89.54º | 0.56% | 0.46% | - |
| XYZ | 10.73 | 14.9 | 5.56 | - |
| YUV | 100.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 52 | 0.27 | 0 | 0.56 | 0.54 | 89.54 | 0.38 | 0.33 |
| Hex | 55 | 75 | 34 | 1B | 0 | 38 | 36 | 5A | 26 | 21 |
| Octal | 125 | 165 | 64 | 33 | 0 | 70 | 66 | 132 | 46 | 41 |
| Binary | 1010101 | 1110101 | 110100 | 11011 | 0 | 111000 | 110110 | 1011010 | 100110 | 100001 |
Color Harmonies of #557534
Complementary color
Monochromatic Colors of #557534
Black with #557534
Text Example
Text Example
White with #557534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557534; }
p { color: rgb(85,117,52); }
H1.HeaderClassName
{
color: #557534;
}
.AnyTagClassName
{
color: #557534;
}
</style>
background-color css
<style>
a { background-color: #557534; }
a { background-color: rgb(85,117,52); }
div.DivClassName
{
background-color: #557534;
}
.BgClassName
{
background-color: #557534;
}
</style>
border-color css
<style>
span { border-color: #557534; }
span { border-color: rgb(85,117,52); }
td.TdClassName
{
border-color: #557534;
}
.TagClassName
{
border-color: #557534;
}
</style>