#50872A

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

Shades of La Palma #50872A

Tints of La Palma #50872A

Color information

#50872A (or 0x50872A) is unknown color: approx La Palma. HEX triplet: 50, 87 and 2A. RGB value is (80,135,42). Sum of RGB (Red+Green+Blue) = 80+135+42=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #50872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50872A is #AF78D5. Grayscale: #6C6C6C. Windows color (decimal): -11499734 or 2787152. OLE color: 2787152.

HSL color Cylindrical-coordinate representation of color #50872A: hue angle of 95.48º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50872A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB8013542-
CMYK0.4100.690.47
HSL95.48º52.54%34.71%-
HSV(B)95.48º68.89%52.94%-
XYZ12.3919.25.24-
YUV107.9590.78108.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=31.13%
G=52.53%
B=16.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135420.4100.690.4795.4852.5434.71
Hex50872A290452F5f3523
Octal12020752510105571376543
Binary101000010000111101010101001010001011011111011111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50872A; }

 p { color: rgb(80,135,42); }

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

<style>
 a { background-color: #50872A; }

 a { background-color: rgb(80,135,42); }

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

<style>
 span { border-color: #50872A; }

 span { border-color: rgb(80,135,42); }

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