#5A955D

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

Shades of Hippie Green #5A955D

Tints of Hippie Green #5A955D

Color information

#5A955D (or 0x5A955D) is unknown color: approx Hippie Green. HEX triplet: 5A, 95 and 5D. RGB value is (90,149,93). Sum of RGB (Red+Green+Blue) = 90+149+93=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #5A955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A955D is #A56AA2. Grayscale: #7D7D7D. Windows color (decimal): -10840739 or 6133082. OLE color: 6133082.

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

Color convert

RGB9014993-
CMYK0.4000.380.42
HSL123.05º24.69%46.86%-
HSV(B)123.05º39.6%58.43%-
XYZ16.9424.4614.18-
YUV124.98109.95103.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=27.11%
G=44.88%
B=28.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149930.4000.380.42123.0524.6946.86
Hex5A955D280262A7b192f
Octal13222513550046521733157
Binary10110101001010110111011010000100110101010111101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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