#557032

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

Shades of Green Leaf #557032

Tints of Green Leaf #557032

Color information

#557032 (or 0x557032) is unknown color: approx Green Leaf. HEX triplet: 55, 70 and 32. RGB value is (85,112,50). Sum of RGB (Red+Green+Blue) = 85+112+50=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #557032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557032 is #AA8FCD. Grayscale: #616161. Windows color (decimal): -11177934 or 3305557. OLE color: 3305557.

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

Color convert

RGB8511250-
CMYK0.2400.550.56
HSL86.13º38.27%31.76%-
HSV(B)86.13º55.36%43.92%-
XYZ10.1213.755.14-
YUV96.86101.55119.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=34.41%
G=45.34%
B=20.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112500.2400.550.5686.1338.2731.76
Hex5570321803738562620
Octal1251606230067701264640
Binary101010111100001100101100001101111110001010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557032; }

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

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

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

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

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

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

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

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