#50852C

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

Shades of La Palma #50852C

Tints of La Palma #50852C

Color information

#50852C (or 0x50852C) is unknown color: approx La Palma. HEX triplet: 50, 85 and 2C. RGB value is (80,133,44). Sum of RGB (Red+Green+Blue) = 80+133+44=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #50852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50852C is #AF7AD3. Grayscale: #6B6B6B. Windows color (decimal): -11500244 or 2917712. OLE color: 2917712.

HSL color Cylindrical-coordinate representation of color #50852C: hue angle of 95.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50852C is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB8013344-
CMYK0.4000.670.48
HSL95.73º50.28%34.71%-
HSV(B)95.73º66.92%52.16%-
XYZ12.1518.665.34-
YUV107.0192.44108.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=31.13%
G=51.75%
B=17.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133440.4000.670.4895.7350.2834.71
Hex50852C2804330603223
Octal12020554500103601406243
Binary101000010000101101100101000010000111100001100000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50852C; }

 p { color: rgb(80,133,44); }

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

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

 a { background-color: rgb(80,133,44); }

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

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

 span { border-color: rgb(80,133,44); }

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