#5A8B5C

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

Shades of Hippie Green #5A8B5C

Tints of Hippie Green #5A8B5C

Color information

#5A8B5C (or 0x5A8B5C) is unknown color: approx Hippie Green. HEX triplet: 5A, 8B and 5C. RGB value is (90,139,92). Sum of RGB (Red+Green+Blue) = 90+139+92=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B5C is #A574A3. Grayscale: #777777. Windows color (decimal): -10843300 or 6064986. OLE color: 6064986.

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

Color convert

RGB9013992-
CMYK0.3500.340.45
HSL122.45º21.4%44.9%-
HSV(B)122.45º35.25%54.51%-
XYZ15.3821.4113.45-
YUV118.99112.77107.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=28.04%
G=43.30%
B=28.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90139920.3500.340.45122.4521.444.9
Hex5A8B5C230222D7a152d
Octal13221313443042551722555
Binary10110101000101110111001000110100010101101111101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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