#509538

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

Shades of La Palma #509538

Tints of La Palma #509538

Color information

#509538 (or 0x509538) is unknown color: approx La Palma. HEX triplet: 50, 95 and 38. RGB value is (80,149,56). Sum of RGB (Red+Green+Blue) = 80+149+56=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #509538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509538 is #AF6AC7. Grayscale: #767676. Windows color (decimal): -11496136 or 3708240. OLE color: 3708240.

HSL color Cylindrical-coordinate representation of color #509538: hue angle of 104.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #509538 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB8014956-
CMYK0.4600.620.42
HSL104.52º45.37%40.2%-
HSV(B)104.52º62.42%58.43%-
XYZ14.7723.497.5-
YUV117.7793.14101.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=28.07%
G=52.28%
B=19.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149560.4600.620.42104.5245.3740.2
Hex5095382E03E2A692d28
Octal1202257056076521515550
Binary10100001001010111100010111001111101010101101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509538; }

 p { color: rgb(80,149,56); }

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

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

 a { background-color: rgb(80,149,56); }

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

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

 span { border-color: rgb(80,149,56); }

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