#5E955D

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

Shades of Hippie Green #5E955D

Tints of Hippie Green #5E955D

Color information

#5E955D (or 0x5E955D) is unknown color: approx Hippie Green. HEX triplet: 5E, 95 and 5D. RGB value is (94,149,93). Sum of RGB (Red+Green+Blue) = 94+149+93=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #5E955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E955D is #A16AA2. Grayscale: #7E7E7E. Windows color (decimal): -10578595 or 6133086. OLE color: 6133086.

HSL color Cylindrical-coordinate representation of color #5E955D: hue angle of 118.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E955D is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB9414993-
CMYK0.3700.380.42
HSL118.93º23.14%47.45%-
HSV(B)118.93º37.58%58.43%-
XYZ17.3424.6614.2-
YUV126.17109.28105.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=27.98%
G=44.35%
B=27.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94149930.3700.380.42118.9323.1447.45
Hex5E955D250262A77172f
Octal13622513545046521672757
Binary10111101001010110111011001010100110101010111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,149,93); }

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

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

 a { background-color: rgb(94,149,93); }

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

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

 span { border-color: rgb(94,149,93); }

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