#57954B

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

Shades of Hippie Green #57954B

Tints of Hippie Green #57954B

Color information

#57954B (or 0x57954B) is unknown color: approx Hippie Green. HEX triplet: 57, 95 and 4B. RGB value is (87,149,75). Sum of RGB (Red+Green+Blue) = 87+149+75=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #57954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57954B is #A86AB4. Grayscale: #7A7A7A. Windows color (decimal): -11037365 or 4953431. OLE color: 4953431.

HSL color Cylindrical-coordinate representation of color #57954B: hue angle of 110.27º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57954B is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8714975-
CMYK0.4200.500.42
HSL110.27º33.04%43.92%-
HSV(B)110.27º49.66%58.43%-
XYZ15.9524.0310.45-
YUV122.03101.46103.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=27.97%
G=47.91%
B=24.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149750.4200.500.42110.2733.0443.92
Hex57954B2A0322A6e212c
Octal12722511352062521564154
Binary101011110010101100101110101001100101010101101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57954B; }

 p { color: rgb(87,149,75); }

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

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

 a { background-color: rgb(87,149,75); }

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

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

 span { border-color: rgb(87,149,75); }

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