#50983B

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

Shades of La Palma #50983B

Tints of La Palma #50983B

Color information

#50983B (or 0x50983B) is unknown color: approx La Palma. HEX triplet: 50, 98 and 3B. RGB value is (80,152,59). Sum of RGB (Red+Green+Blue) = 80+152+59=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #50983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50983B is #AF67C4. Grayscale: #787878. Windows color (decimal): -11495365 or 3905616. OLE color: 3905616.

HSL color Cylindrical-coordinate representation of color #50983B: hue angle of 106.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50983B is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB8015259-
CMYK0.4700.610.40
HSL106.45º44.08%41.37%-
HSV(B)106.45º61.18%59.61%-
XYZ15.3324.488.05-
YUV119.8793.6599.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=27.49%
G=52.23%
B=20.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152590.4700.610.40106.4544.0841.37
Hex50983B2F03D286a2c29
Octal1202307357075501525451
Binary10100001001100011101110111101111011010001101010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50983B; }

 p { color: rgb(80,152,59); }

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

<style>
 a { background-color: #50983B; }

 a { background-color: rgb(80,152,59); }

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

<style>
 span { border-color: #50983B; }

 span { border-color: rgb(80,152,59); }

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