#508E2E

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

Shades of La Palma #508E2E

Tints of La Palma #508E2E

Color information

#508E2E (or 0x508E2E) is unknown color: approx La Palma. HEX triplet: 50, 8E and 2E. RGB value is (80,142,46). Sum of RGB (Red+Green+Blue) = 80+142+46=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #508E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E2E is #AF71D1. Grayscale: #707070. Windows color (decimal): -11497938 or 3051088. OLE color: 3051088.

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

Color convert

RGB8014246-
CMYK0.4400.680.44
HSL98.75º51.06%36.86%-
HSV(B)98.75º67.61%55.69%-
XYZ13.4721.255.98-
YUV112.5290.46104.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=29.85%
G=52.99%
B=17.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80142460.4400.680.4498.7551.0636.86
Hex508E2E2C0442C633325
Octal12021656540104541436345
Binary101000010001110101110101100010001001011001100011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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