#557132

Color #557132 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #557132

Tints of Green Leaf #557132

Color information

#557132 (or 0x557132) is unknown color: approx Green Leaf. HEX triplet: 55, 71 and 32. RGB value is (85,113,50). Sum of RGB (Red+Green+Blue) = 85+113+50=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #557132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557132 is #AA8ECD. Grayscale: #616161. Windows color (decimal): -11177678 or 3305813. OLE color: 3305813.

HSL color Cylindrical-coordinate representation of color #557132: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557132 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB8511350-
CMYK0.2500.560.56
HSL86.67º38.65%31.96%-
HSV(B)86.67º55.75%44.31%-
XYZ10.2313.975.18-
YUV97.45101.22119.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=34.27%
G=45.56%
B=20.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113500.2500.560.5686.6738.6531.96
Hex5571321903838572720
Octal1251616231070701274740
Binary101010111100011100101100101110001110001010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557132; }

 p { color: rgb(85,113,50); }

 H1.HeaderClassName
 {
   color: #557132;
 }
 .AnyTagClassName
 {
   color: #557132;
 }
</style>
background-color css

<style>
 a { background-color: #557132; }

 a { background-color: rgb(85,113,50); }

 div.DivClassName
 {
   background-color: #557132;
 }
 .BgClassName
 {
   background-color: #557132;
 }
</style>
border-color css

<style>
 span { border-color: #557132; }

 span { border-color: rgb(85,113,50); }

 td.TdClassName
 {
   border-color: #557132;
 }
 .TagClassName
 {
   border-color: #557132;
 }
</style>