#5A8A51

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

Shades of Hippie Green #5A8A51

Tints of Hippie Green #5A8A51

Color information

#5A8A51 (or 0x5A8A51) is unknown color: approx Hippie Green. HEX triplet: 5A, 8A and 51. RGB value is (90,138,81). Sum of RGB (Red+Green+Blue) = 90+138+81=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A51 is #A575AE. Grayscale: #757575. Windows color (decimal): -10843567 or 5343834. OLE color: 5343834.

HSL color Cylindrical-coordinate representation of color #5A8A51: hue angle of 110.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A8A51 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB9013881-
CMYK0.3500.410.46
HSL110.53º26.03%42.94%-
HSV(B)110.53º41.3%54.12%-
XYZ14.7920.9411.05-
YUV117.15107.6108.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.13%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=29.13%
G=44.66%
B=26.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90138810.3500.410.46110.5326.0342.94
Hex5A8A51230292E6f1a2b
Octal13221212143051561573253
Binary10110101000101010100011000110101001101110110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,138,81); }

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

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

 a { background-color: rgb(90,138,81); }

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

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

 span { border-color: rgb(90,138,81); }

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