#508028

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

Shades of La Palma #508028

Tints of La Palma #508028

Color information

#508028 (or 0x508028) is unknown color: approx La Palma. HEX triplet: 50, 80 and 28. RGB value is (80,128,40). Sum of RGB (Red+Green+Blue) = 80+128+40=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #508028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508028 is #AF7FD7. Grayscale: #676767. Windows color (decimal): -11501528 or 2654288. OLE color: 2654288.

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

Color convert

RGB8012840-
CMYK0.3800.690.50
HSL92.73º52.38%32.94%-
HSV(B)92.73º68.75%50.2%-
XYZ11.4117.34.74-
YUV103.6292.1111.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 128 (50.39% from 255) = 51.61%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=32.26%
G=51.61%
B=16.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128400.3800.690.5092.7352.3832.94
Hex50802826045325d3421
Octal12020050460105621356441
Binary101000010000000101000100110010001011100101011101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508028; }

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

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

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

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

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

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

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

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