#557E31

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

Shades of Green Leaf #557E31

Tints of Green Leaf #557E31

Color information

#557E31 (or 0x557E31) is unknown color: approx Green Leaf. HEX triplet: 55, 7E and 31. RGB value is (85,126,49). Sum of RGB (Red+Green+Blue) = 85+126+49=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 126 (49.61% from 255 or 48.46% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 126 - color contains mainly: green. Hex color #557E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557E31 is #AA81CE. Grayscale: #696969. Windows color (decimal): -11174351 or 3243605. OLE color: 3243605.

HSL color Cylindrical-coordinate representation of color #557E31: hue angle of 91.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557E31 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB8512649-
CMYK0.3300.610.51
HSL91.95º44%34.31%-
HSV(B)91.95º61.11%49.41%-
XYZ11.7617.075.58-
YUV104.9696.42113.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 126 (49.61% from 255) = 48.46%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=32.69%
G=48.46%
B=18.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85126490.3300.610.5191.954434.31
Hex557E312103D335c2c22
Octal1251766141075631345442
Binary1010101111111011000110000101111011100111011100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557E31; }

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

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

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

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

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

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

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

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