#50882D

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

Shades of La Palma #50882D

Tints of La Palma #50882D

Color information

#50882D (or 0x50882D) is unknown color: approx La Palma. HEX triplet: 50, 88 and 2D. RGB value is (80,136,45). Sum of RGB (Red+Green+Blue) = 80+136+45=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #50882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50882D is #AF77D2. Grayscale: #6D6D6D. Windows color (decimal): -11499475 or 2984016. OLE color: 2984016.

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

Color convert

RGB8013645-
CMYK0.4100.670.47
HSL96.92º50.28%35.49%-
HSV(B)96.92º66.91%53.33%-
XYZ12.5919.55.58-
YUV108.8891.95107.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=30.65%
G=52.11%
B=17.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136450.4100.670.4796.9250.2835.49
Hex50882D290432F613223
Octal12021055510103571416243
Binary101000010001000101101101001010000111011111100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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