#50902a

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

Shades of La Palma #50902A

Tints of La Palma #50902A

Color information

#50902A (or 0x50902A) is unknown color: approx La Palma. HEX triplet: 50, 90 and 2A. RGB value is (80,144,42). Sum of RGB (Red+Green+Blue) = 80+144+42=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #50902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50902A is #AF6FD5. Grayscale: #717171. Windows color (decimal): -11497430 or 2789456. OLE color: 2789456.

HSL color Cylindrical-coordinate representation of color #50902A: hue angle of 97.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50902A is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB8014442-
CMYK0.4400.710.44
HSL97.65º54.84%36.47%-
HSV(B)97.65º70.83%56.47%-
XYZ13.721.825.68-
YUV113.2487.8104.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 144 (56.64% from 255) = 54.14%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=30.08%
G=54.14%
B=15.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144420.4400.710.4497.6554.8436.47
Hex50902A2C0472C623724
Octal12022052540107541426744
Binary101000010010000101010101100010001111011001100010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50902a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50902a; }

 p { color: rgb(80,144,42); }

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

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

 a { background-color: rgb(80,144,42); }

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

<style>
 span { border-color: #50902a; }

 span { border-color: rgb(80,144,42); }

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