#508429

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

Shades of La Palma #508429

Tints of La Palma #508429

Color information

#508429 (or 0x508429) is unknown color: approx La Palma. HEX triplet: 50, 84 and 29. RGB value is (80,132,41). Sum of RGB (Red+Green+Blue) = 80+132+41=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #508429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508429 is #AF7BD6. Grayscale: #6A6A6A. Windows color (decimal): -11500503 or 2720848. OLE color: 2720848.

HSL color Cylindrical-coordinate representation of color #508429: hue angle of 94.29º 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 #508429 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB8013241-
CMYK0.3900.690.48
HSL94.29º52.6%33.92%-
HSV(B)94.29º68.94%51.76%-
XYZ11.9618.375.01-
YUV106.0891.27109.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=31.62%
G=52.17%
B=16.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132410.3900.690.4894.2952.633.92
Hex50842927045305e3522
Octal12020451470105601366542
Binary101000010000100101001100111010001011100001011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508429; }

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

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

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

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

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

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

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

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