#50862D

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

Shades of La Palma #50862D

Tints of La Palma #50862D

Color information

#50862D (or 0x50862D) is unknown color: approx La Palma. HEX triplet: 50, 86 and 2D. RGB value is (80,134,45). Sum of RGB (Red+Green+Blue) = 80+134+45=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #50862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50862D is #AF79D2. Grayscale: #6C6C6C. Windows color (decimal): -11499987 or 2983504. OLE color: 2983504.

HSL color Cylindrical-coordinate representation of color #50862D: hue angle of 96.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50862D is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB8013445-
CMYK0.4000.660.47
HSL96.4º49.72%35.1%-
HSV(B)96.4º66.42%52.55%-
XYZ12.3118.955.49-
YUV107.7192.61108.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=30.89%
G=51.74%
B=17.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134450.4000.660.4796.449.7235.1
Hex50862D280422F603223
Octal12020655500102571406243
Binary101000010000110101101101000010000101011111100000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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