#518C4B

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

Shades of Hippie Green #518C4B

Tints of Hippie Green #518C4B

Color information

#518C4B (or 0x518C4B) is unknown color: approx Hippie Green. HEX triplet: 51, 8C and 4B. RGB value is (81,140,75). Sum of RGB (Red+Green+Blue) = 81+140+75=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #518C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518C4B is #AE73B4. Grayscale: #737373. Windows color (decimal): -11432885 or 4951121. OLE color: 4951121.

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

Color convert

RGB8114075-
CMYK0.4200.460.45
HSL114.46º30.23%42.16%-
HSV(B)114.46º46.43%54.9%-
XYZ14.0421.019.97-
YUV114.95105.45103.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=27.36%
G=47.30%
B=25.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81140750.4200.460.45114.4630.2342.16
Hex518C4B2A02E2D721e2a
Octal12121411352056551623652
Binary10100011000110010010111010100101110101101111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,140,75); }

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

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

 a { background-color: rgb(81,140,75); }

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

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

 span { border-color: rgb(81,140,75); }

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