#5E8C54

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

Shades of Hippie Green #5E8C54

Tints of Hippie Green #5E8C54

Color information

#5E8C54 (or 0x5E8C54) is unknown color: approx Hippie Green. HEX triplet: 5E, 8C and 54. RGB value is (94,140,84). Sum of RGB (Red+Green+Blue) = 94+140+84=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #5E8C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8C54 is #A173AB. Grayscale: #787878. Windows color (decimal): -10580908 or 5540958. OLE color: 5540958.

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

Color convert

RGB9414084-
CMYK0.3300.40.45
HSL109.29º25%43.92%-
HSV(B)109.29º40%54.9%-
XYZ15.5921.7811.77-
YUV119.86107.76109.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.56%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=29.56%
G=44.03%
B=26.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94140840.3300.40.45109.292543.92
Hex5E8C54210282D6d192c
Octal13621412441050551553154
Binary10111101000110010101001000010101000101101110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,140,84); }

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

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

 a { background-color: rgb(94,140,84); }

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

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

 span { border-color: rgb(94,140,84); }

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