#5C914E

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

Shades of Hippie Green #5C914E

Tints of Hippie Green #5C914E

Color information

#5C914E (or 0x5C914E) is unknown color: approx Hippie Green. HEX triplet: 5C, 91 and 4E. RGB value is (92,145,78). Sum of RGB (Red+Green+Blue) = 92+145+78=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #5C914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C914E is #A36EB1. Grayscale: #797979. Windows color (decimal): -10710706 or 5149020. OLE color: 5149020.

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

Color convert

RGB9214578-
CMYK0.3700.460.43
HSL107.46º30.04%43.73%-
HSV(B)107.46º46.21%56.86%-
XYZ15.9123.0810.82-
YUV121.51103.44106.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=29.21%
G=46.03%
B=24.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92145780.3700.460.43107.4630.0443.73
Hex5C914E2502E2B6b1e2c
Octal13422111645056531533654
Binary10111001001000110011101001010101110101011110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,145,78); }

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

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

 a { background-color: rgb(92,145,78); }

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

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

 span { border-color: rgb(92,145,78); }

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