#518231

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

Shades of La Palma #518231

Tints of La Palma #518231

Color information

#518231 (or 0x518231) is unknown color: approx La Palma. HEX triplet: 51, 82 and 31. RGB value is (81,130,49). Sum of RGB (Red+Green+Blue) = 81+130+49=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #518231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518231 is #AE7DCE. Grayscale: #6A6A6A. Windows color (decimal): -11435471 or 3244625. OLE color: 3244625.

HSL color Cylindrical-coordinate representation of color #518231: hue angle of 96.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518231 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB8113049-
CMYK0.3800.620.49
HSL96.3º45.25%35.1%-
HSV(B)96.3º62.31%50.98%-
XYZ11.9317.945.74-
YUV106.1295.77110.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=31.15%
G=50%
B=18.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130490.3800.620.4996.345.2535.1
Hex5182312603E31602d23
Octal1212026146076611405543
Binary10100011000001011000110011001111101100011100000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518231; }

 p { color: rgb(81,130,49); }

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

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

 a { background-color: rgb(81,130,49); }

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

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

 span { border-color: rgb(81,130,49); }

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