#518B2F

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

Shades of La Palma #518B2F

Tints of La Palma #518B2F

Color information

#518B2F (or 0x518B2F) is unknown color: approx La Palma. HEX triplet: 51, 8B and 2F. RGB value is (81,139,47). Sum of RGB (Red+Green+Blue) = 81+139+47=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #518B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B2F is #AE74D0. Grayscale: #6F6F6F. Windows color (decimal): -11433169 or 3115857. OLE color: 3115857.

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

Color convert

RGB8113947-
CMYK0.4200.660.45
HSL97.83º49.46%36.47%-
HSV(B)97.83º66.19%54.51%-
XYZ13.1420.425.94-
YUV111.1791.78106.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 139 (54.69% from 255) = 52.06%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=30.34%
G=52.06%
B=17.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81139470.4200.660.4597.8349.4636.47
Hex518B2F2A0422D623124
Octal12121357520102551426144
Binary101000110001011101111101010010000101011011100010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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