#508D32

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

Shades of La Palma #508D32

Tints of La Palma #508D32

Color information

#508D32 (or 0x508D32) is unknown color: approx La Palma. HEX triplet: 50, 8D and 32. RGB value is (80,141,50). Sum of RGB (Red+Green+Blue) = 80+141+50=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #508D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D32 is #AF72CD. Grayscale: #707070. Windows color (decimal): -11498190 or 3312976. OLE color: 3312976.

HSL color Cylindrical-coordinate representation of color #508D32: hue angle of 100.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508D32 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB8014150-
CMYK0.4300.650.45
HSL100.22º47.64%37.45%-
HSV(B)100.22º64.54%55.29%-
XYZ13.4120.996.36-
YUV112.3992.79104.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 141 (55.47% from 255) = 52.03%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=29.52%
G=52.03%
B=18.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141500.4300.650.45100.2247.6437.45
Hex508D322B0412D643025
Octal12021562530101551446045
Binary101000010001101110010101011010000011011011100100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D32; }

 p { color: rgb(80,141,50); }

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

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

 a { background-color: rgb(80,141,50); }

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

<style>
 span { border-color: #508D32; }

 span { border-color: rgb(80,141,50); }

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