#50892A

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

Shades of La Palma #50892A

Tints of La Palma #50892A

Color information

#50892A (or 0x50892A) is unknown color: approx La Palma. HEX triplet: 50, 89 and 2A. RGB value is (80,137,42). Sum of RGB (Red+Green+Blue) = 80+137+42=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #50892A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50892A is #AF76D5. Grayscale: #6D6D6D. Windows color (decimal): -11499222 or 2787664. OLE color: 2787664.

HSL color Cylindrical-coordinate representation of color #50892A: hue angle of 96º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50892A is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB8013742-
CMYK0.4200.690.46
HSL96º53.07%35.1%-
HSV(B)96º69.34%53.73%-
XYZ12.6719.765.34-
YUV109.1390.12107.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=30.89%
G=52.90%
B=16.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137420.4200.690.469653.0735.1
Hex50892A2A0452E603523
Octal12021152520105561406543
Binary101000010001001101010101010010001011011101100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50892A; }

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

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

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

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

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

<style>
 span { border-color: #50892A; }

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

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