#518B37

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

Shades of La Palma #518B37

Tints of La Palma #518B37

Color information

#518B37 (or 0x518B37) is unknown color: approx La Palma. HEX triplet: 51, 8B and 37. RGB value is (81,139,55). Sum of RGB (Red+Green+Blue) = 81+139+55=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #518B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B37 is #AE74C8. Grayscale: #707070. Windows color (decimal): -11433161 or 3640145. OLE color: 3640145.

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

Color convert

RGB8113955-
CMYK0.4200.600.45
HSL101.43º43.3%38.04%-
HSV(B)101.43º60.43%54.51%-
XYZ13.3220.496.87-
YUV112.0895.78105.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 55 (21.88% from 255) = 20%
R=29.45%
G=50.55%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81139550.4200.600.45101.4343.338.04
Hex518B372A03C2D652b26
Octal1212136752074551455346
Binary10100011000101111011110101001111001011011100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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