#5D8959

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

Shades of Hippie Green #5D8959

Tints of Hippie Green #5D8959

Color information

#5D8959 (or 0x5D8959) is unknown color: approx Hippie Green. HEX triplet: 5D, 89 and 59. RGB value is (93,137,89). Sum of RGB (Red+Green+Blue) = 93+137+89=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8959 is #A276A6. Grayscale: #767676. Windows color (decimal): -10647207 or 5867869. OLE color: 5867869.

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

Color convert

RGB9313789-
CMYK0.3200.350.46
HSL115º21.24%44.31%-
HSV(B)115º35.04%53.73%-
XYZ15.2620.9412.69-
YUV118.37111.42109.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=29.15%
G=42.95%
B=27.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93137890.3200.350.4611521.2444.31
Hex5D8959200232E73152c
Octal13521113140043561632554
Binary10111011000100110110011000000100011101110111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,137,89); }

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

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

 a { background-color: rgb(93,137,89); }

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

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

 span { border-color: rgb(93,137,89); }

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