#5E8D54

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

Shades of Hippie Green #5E8D54

Tints of Hippie Green #5E8D54

Color information

#5E8D54 (or 0x5E8D54) is unknown color: approx Hippie Green. HEX triplet: 5E, 8D and 54. RGB value is (94,141,84). Sum of RGB (Red+Green+Blue) = 94+141+84=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8D54 is #A172AB. Grayscale: #787878. Windows color (decimal): -10580652 or 5541214. OLE color: 5541214.

HSL color Cylindrical-coordinate representation of color #5E8D54: hue angle of 109.47º 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 #5E8D54 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB9414184-
CMYK0.3300.400.45
HSL109.47º25.33%44.12%-
HSV(B)109.47º40.43%55.29%-
XYZ15.7422.0711.82-
YUV120.45107.43109.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=29.47%
G=44.20%
B=26.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94141840.3300.400.45109.4725.3344.12
Hex5E8D54210282D6d192c
Octal13621512441050551553154
Binary10111101000110110101001000010101000101101110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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