#508D2B

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

Shades of La Palma #508D2B

Tints of La Palma #508D2B

Color information

#508D2B (or 0x508D2B) is unknown color: approx La Palma. HEX triplet: 50, 8D and 2B. RGB value is (80,141,43). Sum of RGB (Red+Green+Blue) = 80+141+43=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #508D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D2B is #AF72D4. Grayscale: #6F6F6F. Windows color (decimal): -11498197 or 2854224. OLE color: 2854224.

HSL color Cylindrical-coordinate representation of color #508D2B: hue angle of 97.35º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #508D2B is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB8014143-
CMYK0.4300.700.45
HSL97.35º53.26%36.08%-
HSV(B)97.35º69.5%55.29%-
XYZ13.2720.935.63-
YUV111.5989.29105.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 141 (55.47% from 255) = 53.41%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=30.30%
G=53.41%
B=16.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141430.4300.700.4597.3553.2636.08
Hex508D2B2B0462D613524
Octal12021553530106551416544
Binary101000010001101101011101011010001101011011100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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