#50882E

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

Shades of La Palma #50882E

Tints of La Palma #50882E

Color information

#50882E (or 0x50882E) is unknown color: approx La Palma. HEX triplet: 50, 88 and 2E. RGB value is (80,136,46). Sum of RGB (Red+Green+Blue) = 80+136+46=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #50882E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50882E is #AF77D1. Grayscale: #6D6D6D. Windows color (decimal): -11499474 or 3049552. OLE color: 3049552.

HSL color Cylindrical-coordinate representation of color #50882E: hue angle of 97.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50882E is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB8013646-
CMYK0.4100.660.47
HSL97.33º49.45%35.69%-
HSV(B)97.33º66.18%53.33%-
XYZ12.6119.515.69-
YUV10992.45107.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 136 (53.52% from 255) = 51.91%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=30.53%
G=51.91%
B=17.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136460.4100.660.4797.3349.4535.69
Hex50882E290422F613124
Octal12021056510102571416144
Binary101000010001000101110101001010000101011111100001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50882E; }

 p { color: rgb(80,136,46); }

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

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

 a { background-color: rgb(80,136,46); }

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

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

 span { border-color: rgb(80,136,46); }

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