#5A914E

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

Shades of Hippie Green #5A914E

Tints of Hippie Green #5A914E

Color information

#5A914E (or 0x5A914E) is unknown color: approx Hippie Green. HEX triplet: 5A, 91 and 4E. RGB value is (90,145,78). Sum of RGB (Red+Green+Blue) = 90+145+78=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #5A914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A914E is #A56EB1. Grayscale: #797979. Windows color (decimal): -10841778 or 5149018. OLE color: 5149018.

HSL color Cylindrical-coordinate representation of color #5A914E: hue angle of 109.25º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A914E is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB9014578-
CMYK0.3800.460.43
HSL109.25º30.04%43.73%-
HSV(B)109.25º46.21%56.86%-
XYZ15.7222.9710.81-
YUV120.92103.78105.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=28.75%
G=46.33%
B=24.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90145780.3800.460.43109.2530.0443.73
Hex5A914E2602E2B6d1e2c
Octal13222111646056531553654
Binary10110101001000110011101001100101110101011110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,145,78); }

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

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

 a { background-color: rgb(90,145,78); }

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

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

 span { border-color: rgb(90,145,78); }

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