#50872C

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

Shades of La Palma #50872C

Tints of La Palma #50872C

Color information

#50872C (or 0x50872C) is unknown color: approx La Palma. HEX triplet: 50, 87 and 2C. RGB value is (80,135,44). Sum of RGB (Red+Green+Blue) = 80+135+44=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #50872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50872C is #AF78D3. Grayscale: #6C6C6C. Windows color (decimal): -11499732 or 2918224. OLE color: 2918224.

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

Color convert

RGB8013544-
CMYK0.4100.670.47
HSL96.26º50.84%35.1%-
HSV(B)96.26º67.41%52.94%-
XYZ12.4319.225.44-
YUV108.1891.78107.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=30.89%
G=52.12%
B=16.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135440.4100.670.4796.2650.8435.1
Hex50872C290432F603323
Octal12020754510103571406343
Binary101000010000111101100101001010000111011111100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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