#509133

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

Shades of La Palma #509133

Tints of La Palma #509133

Color information

#509133 (or 0x509133) is unknown color: approx La Palma. HEX triplet: 50, 91 and 33. RGB value is (80,145,51). Sum of RGB (Red+Green+Blue) = 80+145+51=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #509133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509133 is #AF6ECC. Grayscale: #737373. Windows color (decimal): -11497165 or 3379536. OLE color: 3379536.

HSL color Cylindrical-coordinate representation of color #509133: hue angle of 101.49º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509133 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB8014551-
CMYK0.4500.650.43
HSL101.49º47.96%38.43%-
HSV(B)101.49º64.83%56.86%-
XYZ14.0322.26.68-
YUV114.8591.97103.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 145 (57.03% from 255) = 52.54%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=28.99%
G=52.54%
B=18.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145510.4500.650.43101.4947.9638.43
Hex5091332D0412B653026
Octal12022163550101531456046
Binary101000010010001110011101101010000011010111100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509133; }

 p { color: rgb(80,145,51); }

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

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

 a { background-color: rgb(80,145,51); }

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

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

 span { border-color: rgb(80,145,51); }

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