#5A8B56

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

Shades of Hippie Green #5A8B56

Tints of Hippie Green #5A8B56

Color information

#5A8B56 (or 0x5A8B56) is unknown color: approx Hippie Green. HEX triplet: 5A, 8B and 56. RGB value is (90,139,86). Sum of RGB (Red+Green+Blue) = 90+139+86=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B56 is #A574A9. Grayscale: #767676. Windows color (decimal): -10843306 or 5671770. OLE color: 5671770.

HSL color Cylindrical-coordinate representation of color #5A8B56: hue angle of 115.47º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8B56 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB9013986-
CMYK0.3500.380.45
HSL115.47º23.56%44.12%-
HSV(B)115.47º38.13%54.51%-
XYZ15.1321.3112.12-
YUV118.31109.77107.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=28.57%
G=44.13%
B=27.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90139860.3500.380.45115.4723.5644.12
Hex5A8B56230262D73182c
Octal13221312643046551633054
Binary10110101000101110101101000110100110101101111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,139,86); }

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

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

 a { background-color: rgb(90,139,86); }

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

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

 span { border-color: rgb(90,139,86); }

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