#50A136

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

Shades of La Palma #50A136

Tints of La Palma #50A136

Color information

#50A136 (or 0x50A136) is unknown color: approx La Palma. HEX triplet: 50, A1 and 36. RGB value is (80,161,54). Sum of RGB (Red+Green+Blue) = 80+161+54=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #50A136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A136 is #AF5EC9. Grayscale: #7C7C7C. Windows color (decimal): -11493066 or 3580240. OLE color: 3580240.

HSL color Cylindrical-coordinate representation of color #50A136: hue angle of 105.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A136 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB8016154-
CMYK0.5000.660.37
HSL105.42º49.77%42.16%-
HSV(B)105.42º66.46%63.14%-
XYZ16.7227.467.91-
YUV124.5888.1696.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 161 (63.28% from 255) = 54.58%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=27.12%
G=54.58%
B=18.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80161540.5000.660.37105.4249.7742.16
Hex50A136320422569322a
Octal12024166620102451516252
Binary101000010100001110110110010010000101001011101001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A136; }

 p { color: rgb(80,161,54); }

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

<style>
 a { background-color: #50A136; }

 a { background-color: rgb(80,161,54); }

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

<style>
 span { border-color: #50A136; }

 span { border-color: rgb(80,161,54); }

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