#50972E

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

Shades of La Palma #50972E

Tints of La Palma #50972E

Color information

#50972E (or 0x50972E) is unknown color: approx La Palma. HEX triplet: 50, 97 and 2E. RGB value is (80,151,46). Sum of RGB (Red+Green+Blue) = 80+151+46=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #50972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50972E is #AF68D1. Grayscale: #767676. Windows color (decimal): -11495634 or 3053392. OLE color: 3053392.

HSL color Cylindrical-coordinate representation of color #50972E: hue angle of 100.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50972E is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB8015146-
CMYK0.4700.700.41
HSL100.57º53.3%38.63%-
HSV(B)100.57º69.54%59.22%-
XYZ14.8724.046.44-
YUV117.887.48101.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 151 (59.38% from 255) = 54.51%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=28.88%
G=54.51%
B=16.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80151460.4700.700.41100.5753.338.63
Hex50972E2F04629653527
Octal12022756570106511456547
Binary101000010010111101110101111010001101010011100101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50972E; }

 p { color: rgb(80,151,46); }

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

<style>
 a { background-color: #50972E; }

 a { background-color: rgb(80,151,46); }

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

<style>
 span { border-color: #50972E; }

 span { border-color: rgb(80,151,46); }

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