#508128

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

Shades of La Palma #508128

Tints of La Palma #508128

Color information

#508128 (or 0x508128) is unknown color: approx La Palma. HEX triplet: 50, 81 and 28. RGB value is (80,129,40). Sum of RGB (Red+Green+Blue) = 80+129+40=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #508128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508128 is #AF7ED7. Grayscale: #686868. Windows color (decimal): -11501272 or 2654544. OLE color: 2654544.

HSL color Cylindrical-coordinate representation of color #508128: hue angle of 93.03º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508128 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB8012940-
CMYK0.3800.690.49
HSL93.03º52.66%33.14%-
HSV(B)93.03º68.99%50.59%-
XYZ11.5417.564.79-
YUV104.291.77110.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=32.13%
G=51.81%
B=16.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129400.3800.690.4993.0352.6633.14
Hex50812826045315d3521
Octal12020150460105611356541
Binary101000010000001101000100110010001011100011011101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508128; }

 p { color: rgb(80,129,40); }

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

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

 a { background-color: rgb(80,129,40); }

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

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

 span { border-color: rgb(80,129,40); }

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