#5E8555

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

Shades of Hippie Green #5E8555

Tints of Hippie Green #5E8555

Color information

#5E8555 (or 0x5E8555) is unknown color: approx Hippie Green. HEX triplet: 5E, 85 and 55. RGB value is (94,133,85). Sum of RGB (Red+Green+Blue) = 94+133+85=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8555 is #A17AAA. Grayscale: #747474. Windows color (decimal): -10582699 or 5604702. OLE color: 5604702.

HSL color Cylindrical-coordinate representation of color #5E8555: hue angle of 108.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E8555 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB9413385-
CMYK0.2900.360.48
HSL108.75º22.02%42.75%-
HSV(B)108.75º36.09%52.16%-
XYZ14.6419.8111.65-
YUV115.87110.58112.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.13%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=30.13%
G=42.63%
B=27.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94133850.2900.360.48108.7522.0242.75
Hex5E85551D024306d162b
Octal13620512535044601552653
Binary1011110100001011010101111010100100110000110110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,85); }

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

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

 a { background-color: rgb(94,133,85); }

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

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

 span { border-color: rgb(94,133,85); }

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