#5A7D58

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

Shades of Hippie Green #5A7D58

Tints of Hippie Green #5A7D58

Color information

#5A7D58 (or 0x5A7D58) is unknown color: approx Hippie Green. HEX triplet: 5A, 7D and 58. RGB value is (90,125,88). Sum of RGB (Red+Green+Blue) = 90+125+88=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D58 is #A582A7. Grayscale: #6E6E6E. Windows color (decimal): -10846888 or 5799258. OLE color: 5799258.

HSL color Cylindrical-coordinate representation of color #5A7D58: hue angle of 116.76º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A7D58 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB9012588-
CMYK0.2800.300.51
HSL116.76º17.37%41.76%-
HSV(B)116.76º29.6%49.02%-
XYZ13.3117.5511.92-
YUV110.32115.4113.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=29.70%
G=41.25%
B=29.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90125880.2800.300.51116.7617.3741.76
Hex5A7D581C01E3375112a
Octal13217513034036631652152
Binary10110101111101101100011100011110110011111010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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