#508E32

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

Shades of La Palma #508E32

Tints of La Palma #508E32

Color information

#508E32 (or 0x508E32) is unknown color: approx La Palma. HEX triplet: 50, 8E and 32. RGB value is (80,142,50). Sum of RGB (Red+Green+Blue) = 80+142+50=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #508E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E32 is #AF71CD. Grayscale: #717171. Windows color (decimal): -11497934 or 3313232. OLE color: 3313232.

HSL color Cylindrical-coordinate representation of color #508E32: hue angle of 100.43º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508E32 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB8014250-
CMYK0.4400.650.44
HSL100.43º47.92%37.65%-
HSV(B)100.43º64.79%55.69%-
XYZ13.5621.286.41-
YUV112.9792.46104.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=29.41%
G=52.21%
B=18.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80142500.4400.650.44100.4347.9237.65
Hex508E322C0412C643026
Octal12021662540101541446046
Binary101000010001110110010101100010000011011001100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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