#58865C

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

Shades of Hippie Green #58865C

Tints of Hippie Green #58865C

Color information

#58865C (or 0x58865C) is unknown color: approx Hippie Green. HEX triplet: 58, 86 and 5C. RGB value is (88,134,92). Sum of RGB (Red+Green+Blue) = 88+134+92=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #58865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58865C is #A779A3. Grayscale: #737373. Windows color (decimal): -10975652 or 6063704. OLE color: 6063704.

HSL color Cylindrical-coordinate representation of color #58865C: hue angle of 125.22º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58865C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8813492-
CMYK0.3400.310.47
HSL125.22º20.72%43.53%-
HSV(B)125.22º34.33%52.55%-
XYZ14.4819.913.2-
YUV115.46114.76108.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=28.03%
G=42.68%
B=29.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88134920.3400.310.47125.2220.7243.53
Hex58865C2201F2F7d152c
Octal13020613442037571752554
Binary1011000100001101011100100010011111101111111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58865C; }

 p { color: rgb(88,134,92); }

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

<style>
 a { background-color: #58865C; }

 a { background-color: rgb(88,134,92); }

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

<style>
 span { border-color: #58865C; }

 span { border-color: rgb(88,134,92); }

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