#5E924E

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

Shades of Hippie Green #5E924E

Tints of Hippie Green #5E924E

Color information

#5E924E (or 0x5E924E) is unknown color: approx Hippie Green. HEX triplet: 5E, 92 and 4E. RGB value is (94,146,78). Sum of RGB (Red+Green+Blue) = 94+146+78=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #5E924E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E924E is #A16DB1. Grayscale: #7A7A7A. Windows color (decimal): -10579378 or 5149278. OLE color: 5149278.

HSL color Cylindrical-coordinate representation of color #5E924E: hue angle of 105.88º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E924E is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB9414678-
CMYK0.3600.470.43
HSL105.88º30.36%43.92%-
HSV(B)105.88º46.58%57.25%-
XYZ16.2723.4910.88-
YUV122.7102.77107.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.56%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=29.56%
G=45.91%
B=24.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94146780.3600.470.43105.8830.3643.92
Hex5E924E2402F2B6a1e2c
Octal13622211644057531523654
Binary10111101001001010011101001000101111101011110101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,146,78); }

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

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

 a { background-color: rgb(94,146,78); }

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

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

 span { border-color: rgb(94,146,78); }

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