#509035

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

Shades of La Palma #509035

Tints of La Palma #509035

Color information

#509035 (or 0x509035) is unknown color: approx La Palma. HEX triplet: 50, 90 and 35. RGB value is (80,144,53). Sum of RGB (Red+Green+Blue) = 80+144+53=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #509035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509035 is #AF6FCA. Grayscale: #727272. Windows color (decimal): -11497419 or 3510352. OLE color: 3510352.

HSL color Cylindrical-coordinate representation of color #509035: hue angle of 102.2º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509035 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB8014453-
CMYK0.4400.630.44
HSL102.2º46.19%38.63%-
HSV(B)102.2º63.19%56.47%-
XYZ13.9221.916.86-
YUV114.4993.3103.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=28.88%
G=51.99%
B=19.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144530.4400.630.44102.246.1938.63
Hex5090352C03F2C662e27
Octal1202206554077541465647
Binary10100001001000011010110110001111111011001100110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509035; }

 p { color: rgb(80,144,53); }

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

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

 a { background-color: rgb(80,144,53); }

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

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

 span { border-color: rgb(80,144,53); }

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