#518431

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

Shades of La Palma #518431

Tints of La Palma #518431

Color information

#518431 (or 0x518431) is unknown color: approx La Palma. HEX triplet: 51, 84 and 31. RGB value is (81,132,49). Sum of RGB (Red+Green+Blue) = 81+132+49=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #518431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518431 is #AE7BCE. Grayscale: #6B6B6B. Windows color (decimal): -11434959 or 3245137. OLE color: 3245137.

HSL color Cylindrical-coordinate representation of color #518431: hue angle of 96.87º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518431 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB8113249-
CMYK0.3900.630.48
HSL96.87º45.86%35.49%-
HSV(B)96.87º62.88%51.76%-
XYZ12.218.475.83-
YUV107.2995.1109.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=30.92%
G=50.38%
B=18.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81132490.3900.630.4896.8745.8635.49
Hex5184312703F30612e23
Octal1212046147077601415643
Binary10100011000010011000110011101111111100001100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518431; }

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

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

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

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

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

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

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

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