#50882B

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

Shades of La Palma #50882B

Tints of La Palma #50882B

Color information

#50882B (or 0x50882B) is unknown color: approx La Palma. HEX triplet: 50, 88 and 2B. RGB value is (80,136,43). Sum of RGB (Red+Green+Blue) = 80+136+43=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #50882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50882B is #AF77D4. Grayscale: #6C6C6C. Windows color (decimal): -11499477 or 2852944. OLE color: 2852944.

HSL color Cylindrical-coordinate representation of color #50882B: hue angle of 96.13º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50882B is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB8013643-
CMYK0.4100.680.47
HSL96.13º51.96%35.1%-
HSV(B)96.13º68.38%53.33%-
XYZ12.5519.495.39-
YUV108.6590.95107.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=30.89%
G=52.51%
B=16.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136430.4100.680.4796.1351.9635.1
Hex50882B290442F603423
Octal12021053510104571406443
Binary101000010001000101011101001010001001011111100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,136,43); }

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

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

 a { background-color: rgb(80,136,43); }

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

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

 span { border-color: rgb(80,136,43); }

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