#50983E

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

Shades of La Palma #50983E

Tints of La Palma #50983E

Color information

#50983E (or 0x50983E) is unknown color: approx La Palma. HEX triplet: 50, 98 and 3E. RGB value is (80,152,62). Sum of RGB (Red+Green+Blue) = 80+152+62=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #50983E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50983E is #AF67C1. Grayscale: #787878. Windows color (decimal): -11495362 or 4102224. OLE color: 4102224.

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

Color convert

RGB8015262-
CMYK0.4700.590.40
HSL108º42.06%41.96%-
HSV(B)108º59.21%59.61%-
XYZ15.4124.518.48-
YUV120.2195.1599.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=27.21%
G=51.70%
B=21.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152620.4700.590.4010842.0641.96
Hex50983E2F03B286c2a2a
Octal1202307657073501545252
Binary10100001001100011111010111101110111010001101100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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