#5A9350

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

Shades of Hippie Green #5A9350

Tints of Hippie Green #5A9350

Color information

#5A9350 (or 0x5A9350) is unknown color: approx Hippie Green. HEX triplet: 5A, 93 and 50. RGB value is (90,147,80). Sum of RGB (Red+Green+Blue) = 90+147+80=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9350 is #A56CAF. Grayscale: #7A7A7A. Windows color (decimal): -10841264 or 5280602. OLE color: 5280602.

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

Color convert

RGB9014780-
CMYK0.3900.460.42
HSL111.04º29.52%44.51%-
HSV(B)111.04º45.58%57.65%-
XYZ16.123.6211.3-
YUV122.32104.12104.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=28.39%
G=46.37%
B=25.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90147800.3900.460.42111.0429.5244.51
Hex5A93502702E2A6f1e2d
Octal13222312047056521573655
Binary10110101001001110100001001110101110101010110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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