#518632

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

Shades of La Palma #518632

Tints of La Palma #518632

Color information

#518632 (or 0x518632) is unknown color: approx La Palma. HEX triplet: 51, 86 and 32. RGB value is (81,134,50). Sum of RGB (Red+Green+Blue) = 81+134+50=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #518632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518632 is #AE79CD. Grayscale: #6C6C6C. Windows color (decimal): -11434446 or 3311185. OLE color: 3311185.

HSL color Cylindrical-coordinate representation of color #518632: hue angle of 97.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518632 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB8113450-
CMYK0.4000.630.47
HSL97.86º45.65%36.08%-
HSV(B)97.86º62.69%52.55%-
XYZ12.4919.036.03-
YUV108.5894.94108.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=30.57%
G=50.57%
B=18.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81134500.4000.630.4797.8645.6536.08
Hex5186322803F2F622e24
Octal1212066250077571425644
Binary10100011000011011001010100001111111011111100010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518632; }

 p { color: rgb(81,134,50); }

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

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

 a { background-color: rgb(81,134,50); }

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

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

 span { border-color: rgb(81,134,50); }

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