#518E2C

Color #518E2C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #518E2C

Tints of La Palma #518E2C

Color information

#518E2C (or 0x518E2C) is unknown color: approx La Palma. HEX triplet: 51, 8E and 2C. RGB value is (81,142,44). Sum of RGB (Red+Green+Blue) = 81+142+44=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #518E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518E2C is #AE71D3. Grayscale: #707070. Windows color (decimal): -11432404 or 2920017. OLE color: 2920017.

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

Color convert

RGB8114244-
CMYK0.4300.690.44
HSL97.35º52.69%36.47%-
HSV(B)97.35º69.01%55.69%-
XYZ13.5221.285.78-
YUV112.5989.29105.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 142 (55.86% from 255) = 53.18%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=30.34%
G=53.18%
B=16.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81142440.4300.690.4497.3552.6936.47
Hex518E2C2B0452C613524
Octal12121654530105541416544
Binary101000110001110101100101011010001011011001100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,142,44); }

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

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

 a { background-color: rgb(81,142,44); }

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

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

 span { border-color: rgb(81,142,44); }

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