#518C4C

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

Shades of Hippie Green #518C4C

Tints of Hippie Green #518C4C

Color information

#518C4C (or 0x518C4C) is unknown color: approx Hippie Green. HEX triplet: 51, 8C and 4C. RGB value is (81,140,76). Sum of RGB (Red+Green+Blue) = 81+140+76=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #518C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518C4C is #AE73B3. Grayscale: #737373. Windows color (decimal): -11432884 or 5016657. OLE color: 5016657.

HSL color Cylindrical-coordinate representation of color #518C4C: hue angle of 115.31º 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 #518C4C is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB8114076-
CMYK0.4200.460.45
HSL115.31º29.63%42.35%-
HSV(B)115.31º45.71%54.9%-
XYZ14.0821.0310.15-
YUV115.06105.95103.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=27.27%
G=47.14%
B=25.59%

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
Decimal81140760.4200.460.45115.3129.6342.35
Hex518C4C2A02E2D731e2a
Octal12121411452056551633652
Binary10100011000110010011001010100101110101101111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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