#50842D

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

Shades of La Palma #50842D

Tints of La Palma #50842D

Color information

#50842D (or 0x50842D) is unknown color: approx La Palma. HEX triplet: 50, 84 and 2D. RGB value is (80,132,45). Sum of RGB (Red+Green+Blue) = 80+132+45=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #50842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50842D is #AF7BD2. Grayscale: #6A6A6A. Windows color (decimal): -11500499 or 2982992. OLE color: 2982992.

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

Color convert

RGB8013245-
CMYK0.3900.660.48
HSL95.86º49.15%34.71%-
HSV(B)95.86º65.91%51.76%-
XYZ12.0318.45.4-
YUV106.5393.27109.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=31.13%
G=51.36%
B=17.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132450.3900.660.4895.8649.1534.71
Hex50842D2704230603123
Octal12020455470102601406143
Binary101000010000100101101100111010000101100001100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50842D; }

 p { color: rgb(80,132,45); }

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

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

 a { background-color: rgb(80,132,45); }

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

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

 span { border-color: rgb(80,132,45); }

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