#518B4F

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

Shades of Hippie Green #518B4F

Tints of Hippie Green #518B4F

Color information

#518B4F (or 0x518B4F) is unknown color: approx Hippie Green. HEX triplet: 51, 8B and 4F. RGB value is (81,139,79). Sum of RGB (Red+Green+Blue) = 81+139+79=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #518B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B4F is #AE74B0. Grayscale: #727272. Windows color (decimal): -11433137 or 5213009. OLE color: 5213009.

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

Color convert

RGB8113979-
CMYK0.4200.430.45
HSL118º27.52%42.75%-
HSV(B)118º43.17%54.51%-
XYZ14.0420.7810.67-
YUV114.82107.78103.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=27.09%
G=46.49%
B=26.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81139790.4200.430.4511827.5242.75
Hex518B4F2A02B2D761c2b
Octal12121311752053551663453
Binary10100011000101110011111010100101011101101111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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