#508529

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

Shades of La Palma #508529

Tints of La Palma #508529

Color information

#508529 (or 0x508529) is unknown color: approx La Palma. HEX triplet: 50, 85 and 29. RGB value is (80,133,41). Sum of RGB (Red+Green+Blue) = 80+133+41=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #508529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508529 is #AF7AD6. Grayscale: #6A6A6A. Windows color (decimal): -11500247 or 2721104. OLE color: 2721104.

HSL color Cylindrical-coordinate representation of color #508529: hue angle of 94.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508529 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB8013341-
CMYK0.4000.690.48
HSL94.57º52.87%34.12%-
HSV(B)94.57º69.17%52.16%-
XYZ12.118.645.06-
YUV106.6690.94108.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=31.50%
G=52.36%
B=16.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133410.4000.690.4894.5752.8734.12
Hex50852928045305f3522
Octal12020551500105601376542
Binary101000010000101101001101000010001011100001011111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508529; }

 p { color: rgb(80,133,41); }

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

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

 a { background-color: rgb(80,133,41); }

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

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

 span { border-color: rgb(80,133,41); }

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