#5A945D

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

Shades of Hippie Green #5A945D

Tints of Hippie Green #5A945D

Color information

#5A945D (or 0x5A945D) is unknown color: approx Hippie Green. HEX triplet: 5A, 94 and 5D. RGB value is (90,148,93). Sum of RGB (Red+Green+Blue) = 90+148+93=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #5A945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A945D is #A56BA2. Grayscale: #7C7C7C. Windows color (decimal): -10840995 or 6132826. OLE color: 6132826.

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

Color convert

RGB9014893-
CMYK0.3900.370.42
HSL123.1º24.37%46.67%-
HSV(B)123.1º39.19%58.04%-
XYZ16.7824.1414.13-
YUV124.39110.28103.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=27.19%
G=44.71%
B=28.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148930.3900.370.42123.124.3746.67
Hex5A945D270252A7b182f
Octal13222413547045521733057
Binary10110101001010010111011001110100101101010111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,93); }

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

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

 a { background-color: rgb(90,148,93); }

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

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

 span { border-color: rgb(90,148,93); }

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