#50882F

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

Shades of La Palma #50882F

Tints of La Palma #50882F

Color information

#50882F (or 0x50882F) is unknown color: approx La Palma. HEX triplet: 50, 88 and 2F. RGB value is (80,136,47). Sum of RGB (Red+Green+Blue) = 80+136+47=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #50882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50882F is #AF77D0. Grayscale: #6D6D6D. Windows color (decimal): -11499473 or 3115088. OLE color: 3115088.

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

Color convert

RGB8013647-
CMYK0.4100.650.47
HSL97.75º48.63%35.88%-
HSV(B)97.75º65.44%53.33%-
XYZ12.6319.525.79-
YUV109.1192.95107.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=30.42%
G=51.71%
B=17.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136470.4100.650.4797.7548.6335.88
Hex50882F290412F623124
Octal12021057510101571426144
Binary101000010001000101111101001010000011011111100010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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