#57825A

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

Shades of Hippie Green #57825A

Tints of Hippie Green #57825A

Color information

#57825A (or 0x57825A) is unknown color: approx Hippie Green. HEX triplet: 57, 82 and 5A. RGB value is (87,130,90). Sum of RGB (Red+Green+Blue) = 87+130+90=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #57825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57825A is #A87DA5. Grayscale: #707070. Windows color (decimal): -11042214 or 5931607. OLE color: 5931607.

HSL color Cylindrical-coordinate representation of color #57825A: hue angle of 124.19º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57825A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB8713090-
CMYK0.3300.310.49
HSL124.19º19.82%42.55%-
HSV(B)124.19º33.08%50.98%-
XYZ13.7618.7312.56-
YUV112.58115.25109.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=28.34%
G=42.35%
B=29.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87130900.3300.310.49124.1919.8242.55
Hex57825A2101F317c142b
Octal12720213241037611742453
Binary1010111100000101011010100001011111110001111110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57825A; }

 p { color: rgb(87,130,90); }

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

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

 a { background-color: rgb(87,130,90); }

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

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

 span { border-color: rgb(87,130,90); }

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