#5D914E

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

Shades of Hippie Green #5D914E

Tints of Hippie Green #5D914E

Color information

#5D914E (or 0x5D914E) is unknown color: approx Hippie Green. HEX triplet: 5D, 91 and 4E. RGB value is (93,145,78). Sum of RGB (Red+Green+Blue) = 93+145+78=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #5D914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D914E is #A26EB1. Grayscale: #7A7A7A. Windows color (decimal): -10645170 or 5149021. OLE color: 5149021.

HSL color Cylindrical-coordinate representation of color #5D914E: hue angle of 106.57º 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 #5D914E is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB9314578-
CMYK0.3600.460.43
HSL106.57º30.04%43.73%-
HSV(B)106.57º46.21%56.86%-
XYZ16.0123.1310.83-
YUV121.81103.27107.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=29.43%
G=45.89%
B=24.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93145780.3600.460.43106.5730.0443.73
Hex5D914E2402E2B6b1e2c
Octal13522111644056531533654
Binary10111011001000110011101001000101110101011110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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