#557631

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

Shades of Green Leaf #557631

Tints of Green Leaf #557631

Color information

#557631 (or 0x557631) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 31. RGB value is (85,118,49). Sum of RGB (Red+Green+Blue) = 85+118+49=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #557631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557631 is #AA89CE. Grayscale: #646464. Windows color (decimal): -11176399 or 3241557. OLE color: 3241557.

HSL color Cylindrical-coordinate representation of color #557631: hue angle of 88.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557631 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB8511849-
CMYK0.2800.580.54
HSL88.7º41.32%32.75%-
HSV(B)88.7º58.47%46.27%-
XYZ10.7815.115.25-
YUV100.2799.07117.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=33.73%
G=46.83%
B=19.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118490.2800.580.5488.741.3232.75
Hex5576311C03A36592921
Octal1251666134072661315141
Binary101010111101101100011110001110101101101011001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557631; }

 p { color: rgb(85,118,49); }

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

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

 a { background-color: rgb(85,118,49); }

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

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

 span { border-color: rgb(85,118,49); }

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