#58955A

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

Shades of Hippie Green #58955A

Tints of Hippie Green #58955A

Color information

#58955A (or 0x58955A) is unknown color: approx Hippie Green. HEX triplet: 58, 95 and 5A. RGB value is (88,149,90). Sum of RGB (Red+Green+Blue) = 88+149+90=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #58955A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58955A is #A76AA5. Grayscale: #7C7C7C. Windows color (decimal): -10971814 or 5936472. OLE color: 5936472.

HSL color Cylindrical-coordinate representation of color #58955A: hue angle of 121.97º 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 #58955A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB8814990-
CMYK0.4100.400.42
HSL121.97º25.74%46.47%-
HSV(B)121.97º40.94%58.43%-
XYZ16.6224.3113.49-
YUV124.04108.79102.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=26.91%
G=45.57%
B=27.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149900.4100.400.42121.9725.7446.47
Hex58955A290282A7a1a2e
Octal13022513251050521723256
Binary10110001001010110110101010010101000101010111101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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