#5A9358

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

Shades of Hippie Green #5A9358

Tints of Hippie Green #5A9358

Color information

#5A9358 (or 0x5A9358) is unknown color: approx Hippie Green. HEX triplet: 5A, 93 and 58. RGB value is (90,147,88). Sum of RGB (Red+Green+Blue) = 90+147+88=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9358 is #A56CA7. Grayscale: #7B7B7B. Windows color (decimal): -10841256 or 5804890. OLE color: 5804890.

HSL color Cylindrical-coordinate representation of color #5A9358: hue angle of 117.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9358 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB9014788-
CMYK0.3900.400.42
HSL117.97º25.11%46.08%-
HSV(B)117.97º40.14%57.65%-
XYZ16.4123.7512.95-
YUV123.23108.12104.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=27.69%
G=45.23%
B=27.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90147880.3900.400.42117.9725.1146.08
Hex5A9358270282A76192e
Octal13222313047050521663156
Binary10110101001001110110001001110101000101010111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9358; }

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

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

<style>
 a { background-color: #5A9358; }

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

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

<style>
 span { border-color: #5A9358; }

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

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