#58955D

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

Shades of Hippie Green #58955D

Tints of Hippie Green #58955D

Color information

#58955D (or 0x58955D) is unknown color: approx Hippie Green. HEX triplet: 58, 95 and 5D. RGB value is (88,149,93). Sum of RGB (Red+Green+Blue) = 88+149+93=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #58955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58955D is #A76AA2. Grayscale: #7C7C7C. Windows color (decimal): -10971811 or 6133080. OLE color: 6133080.

HSL color Cylindrical-coordinate representation of color #58955D: hue angle of 124.92º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58955D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB8814993-
CMYK0.4100.380.42
HSL124.92º25.74%46.47%-
HSV(B)124.92º40.94%58.43%-
XYZ16.7524.3614.18-
YUV124.38110.29102.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=26.67%
G=45.15%
B=28.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149930.4100.380.42124.9225.7446.47
Hex58955D290262A7d1a2e
Octal13022513551046521753256
Binary10110001001010110111011010010100110101010111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,149,93); }

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

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

 a { background-color: rgb(88,149,93); }

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

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

 span { border-color: rgb(88,149,93); }

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