#557E51

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

Shades of Hippie Green #557E51

Tints of Hippie Green #557E51

Color information

#557E51 (or 0x557E51) is unknown color: approx Hippie Green. HEX triplet: 55, 7E and 51. RGB value is (85,126,81). Sum of RGB (Red+Green+Blue) = 85+126+81=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #557E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E51 is #AA81AE. Grayscale: #6C6C6C. Windows color (decimal): -11174319 or 5340757. OLE color: 5340757.

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

Color convert

RGB8512681-
CMYK0.3300.360.51
HSL114.67º21.74%40.59%-
HSV(B)114.67º35.71%49.41%-
XYZ12.6917.4510.48-
YUV108.61112.42111.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=29.11%
G=43.15%
B=27.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85126810.3300.360.51114.6721.7440.59
Hex557E512102433731629
Octal12517612141044631632651
Binary1010101111111010100011000010100100110011111001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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