#5A944C

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

Shades of Hippie Green #5A944C

Tints of Hippie Green #5A944C

Color information

#5A944C (or 0x5A944C) is unknown color: approx Hippie Green. HEX triplet: 5A, 94 and 4C. RGB value is (90,148,76). Sum of RGB (Red+Green+Blue) = 90+148+76=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #5A944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A944C is #A56BB3. Grayscale: #7A7A7A. Windows color (decimal): -10841012 or 5018714. OLE color: 5018714.

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

Color convert

RGB9014876-
CMYK0.3900.490.42
HSL108.33º32.14%43.92%-
HSV(B)108.33º48.65%58.04%-
XYZ16.1123.8810.6-
YUV122.45101.78104.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=28.66%
G=47.13%
B=24.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90148760.3900.490.42108.3332.1443.92
Hex5A944C270312A6c202c
Octal13222411447061521544054
Binary101101010010100100110010011101100011010101101100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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