#5D914F

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

Shades of Hippie Green #5D914F

Tints of Hippie Green #5D914F

Color information

#5D914F (or 0x5D914F) is unknown color: approx Hippie Green. HEX triplet: 5D, 91 and 4F. RGB value is (93,145,79). Sum of RGB (Red+Green+Blue) = 93+145+79=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #5D914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D914F is #A26EB0. Grayscale: #7A7A7A. Windows color (decimal): -10645169 or 5214557. OLE color: 5214557.

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

Color convert

RGB9314579-
CMYK0.3600.460.43
HSL107.27º29.46%43.92%-
HSV(B)107.27º45.52%56.86%-
XYZ16.0523.1411.02-
YUV121.93103.77107.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=29.34%
G=45.74%
B=24.92%

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
Decimal93145790.3600.460.43107.2729.4643.92
Hex5D914F2402E2B6b1d2c
Octal13522111744056531533554
Binary10111011001000110011111001000101110101011110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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