#518F4E

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

Shades of Hippie Green #518F4E

Tints of Hippie Green #518F4E

Color information

#518F4E (or 0x518F4E) is unknown color: approx Hippie Green. HEX triplet: 51, 8F and 4E. RGB value is (81,143,78). Sum of RGB (Red+Green+Blue) = 81+143+78=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #518F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F4E is #AE70B1. Grayscale: #757575. Windows color (decimal): -11432114 or 5148497. OLE color: 5148497.

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

Color convert

RGB8114378-
CMYK0.4300.450.44
HSL117.23º29.41%43.33%-
HSV(B)117.23º45.45%56.08%-
XYZ14.5921.9410.67-
YUV117.05105.96102.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=26.82%
G=47.35%
B=25.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81143780.4300.450.44117.2329.4143.33
Hex518F4E2B02D2C751d2b
Octal12121711653055541653553
Binary10100011000111110011101010110101101101100111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,143,78); }

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

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

 a { background-color: rgb(81,143,78); }

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

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

 span { border-color: rgb(81,143,78); }

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