#57914D

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

Shades of Hippie Green #57914D

Tints of Hippie Green #57914D

Color information

#57914D (or 0x57914D) is unknown color: approx Hippie Green. HEX triplet: 57, 91 and 4D. RGB value is (87,145,77). Sum of RGB (Red+Green+Blue) = 87+145+77=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #57914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57914D is #A86EB2. Grayscale: #787878. Windows color (decimal): -11038387 or 5083479. OLE color: 5083479.

HSL color Cylindrical-coordinate representation of color #57914D: hue angle of 111.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57914D is Cyan = 0.4, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB8714577-
CMYK0.400.470.43
HSL111.18º30.63%43.53%-
HSV(B)111.18º46.9%56.86%-
XYZ15.422.8110.61-
YUV119.91103.78104.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=28.16%
G=46.93%
B=24.92%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87145770.400.470.43111.1830.6343.53
Hex57914D2802F2B6f1f2c
Octal12722111550057531573754
Binary10101111001000110011011010000101111101011110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57914D; }

 p { color: rgb(87,145,77); }

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

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

 a { background-color: rgb(87,145,77); }

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

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

 span { border-color: rgb(87,145,77); }

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