#5A9B49

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

Shades of Hippie Green #5A9B49

Tints of Hippie Green #5A9B49

Color information

#5A9B49 (or 0x5A9B49) is unknown color: approx Hippie Green. HEX triplet: 5A, 9B and 49. RGB value is (90,155,73). Sum of RGB (Red+Green+Blue) = 90+155+73=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B49 is #A564B6. Grayscale: #7E7E7E. Windows color (decimal): -10839223 or 4823898. OLE color: 4823898.

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

Color convert

RGB9015573-
CMYK0.4200.530.39
HSL107.56º35.96%44.71%-
HSV(B)107.56º52.9%60.78%-
XYZ17.1426.110.44-
YUV126.2297.97102.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=28.30%
G=48.74%
B=22.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155730.4200.530.39107.5635.9644.71
Hex5A9B492A035276c242d
Octal13223311152065471544455
Binary101101010011011100100110101001101011001111101100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,73); }

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

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

 a { background-color: rgb(90,155,73); }

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

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

 span { border-color: rgb(90,155,73); }

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