#50A237

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

Shades of La Palma #50A237

Tints of La Palma #50A237

Color information

#50A237 (or 0x50A237) is unknown color: approx La Palma. HEX triplet: 50, A2 and 37. RGB value is (80,162,55). Sum of RGB (Red+Green+Blue) = 80+162+55=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #50A237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A237 is #AF5DC8. Grayscale: #7D7D7D. Windows color (decimal): -11492809 or 3646032. OLE color: 3646032.

HSL color Cylindrical-coordinate representation of color #50A237: hue angle of 105.98º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A237 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB8016255-
CMYK0.5100.660.36
HSL105.98º49.31%42.55%-
HSV(B)105.98º66.05%63.53%-
XYZ16.9227.828.09-
YUV125.2888.3395.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=26.94%
G=54.55%
B=18.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162550.5100.660.36105.9849.3142.55
Hex50A23733042246a312b
Octal12024267630102441526153
Binary101000010100010110111110011010000101001001101010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,55); }

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

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

 a { background-color: rgb(80,162,55); }

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

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

 span { border-color: rgb(80,162,55); }

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