#50862F

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

Shades of La Palma #50862F

Tints of La Palma #50862F

Color information

#50862F (or 0x50862F) is unknown color: approx La Palma. HEX triplet: 50, 86 and 2F. RGB value is (80,134,47). Sum of RGB (Red+Green+Blue) = 80+134+47=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #50862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50862F is #AF79D0. Grayscale: #6C6C6C. Windows color (decimal): -11499985 or 3114576. OLE color: 3114576.

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

Color convert

RGB8013447-
CMYK0.4000.650.47
HSL97.24º48.07%35.49%-
HSV(B)97.24º64.93%52.55%-
XYZ12.3518.965.7-
YUV107.9493.61108.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=30.65%
G=51.34%
B=18.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134470.4000.650.4797.2448.0735.49
Hex50862F280412F613023
Octal12020657500101571416043
Binary101000010000110101111101000010000011011111100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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