#518D4F

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

Shades of Hippie Green #518D4F

Tints of Hippie Green #518D4F

Color information

#518D4F (or 0x518D4F) is unknown color: approx Hippie Green. HEX triplet: 51, 8D and 4F. RGB value is (81,141,79). Sum of RGB (Red+Green+Blue) = 81+141+79=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #518D4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D4F is #AE72B0. Grayscale: #747474. Windows color (decimal): -11432625 or 5213521. OLE color: 5213521.

HSL color Cylindrical-coordinate representation of color #518D4F: hue angle of 118.06º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518D4F is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB8114179-
CMYK0.4300.440.45
HSL118.06º28.18%43.14%-
HSV(B)118.06º43.97%55.29%-
XYZ14.3321.3610.77-
YUV115.99107.12103.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=26.91%
G=46.84%
B=26.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81141790.4300.440.45118.0628.1843.14
Hex518D4F2B02C2D761c2b
Octal12121511753054551663453
Binary10100011000110110011111010110101100101101111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518D4F; }

 p { color: rgb(81,141,79); }

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

<style>
 a { background-color: #518D4F; }

 a { background-color: rgb(81,141,79); }

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

<style>
 span { border-color: #518D4F; }

 span { border-color: rgb(81,141,79); }

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