#50953E

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

Shades of La Palma #50953E

Tints of La Palma #50953E

Color information

#50953E (or 0x50953E) is unknown color: approx La Palma. HEX triplet: 50, 95 and 3E. RGB value is (80,149,62). Sum of RGB (Red+Green+Blue) = 80+149+62=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #50953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50953E is #AF6AC1. Grayscale: #767676. Windows color (decimal): -11496130 or 4101456. OLE color: 4101456.

HSL color Cylindrical-coordinate representation of color #50953E: hue angle of 107.59º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50953E is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB8014962-
CMYK0.4600.580.42
HSL107.59º41.23%41.37%-
HSV(B)107.59º58.39%58.43%-
XYZ14.9323.558.32-
YUV118.4596.14100.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=27.49%
G=51.20%
B=21.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149620.4600.580.42107.5941.2341.37
Hex50953E2E03A2A6c2929
Octal1202257656072521545151
Binary10100001001010111111010111001110101010101101100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,149,62); }

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

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

 a { background-color: rgb(80,149,62); }

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

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

 span { border-color: rgb(80,149,62); }

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