#509B31

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

Shades of La Palma #509B31

Tints of La Palma #509B31

Color information

#509B31 (or 0x509B31) is unknown color: approx La Palma. HEX triplet: 50, 9B and 31. RGB value is (80,155,49). Sum of RGB (Red+Green+Blue) = 80+155+49=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #509B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B31 is #AF64CE. Grayscale: #787878. Windows color (decimal): -11494607 or 3251024. OLE color: 3251024.

HSL color Cylindrical-coordinate representation of color #509B31: hue angle of 102.45º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509B31 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB8015549-
CMYK0.4800.680.39
HSL102.45º51.96%40%-
HSV(B)102.45º68.39%60.78%-
XYZ15.5825.376.98-
YUV120.4987.6599.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=28.17%
G=54.58%
B=17.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155490.4800.680.39102.4551.9640
Hex509B313004427663428
Octal12023361600104471466450
Binary101000010011011110001110000010001001001111100110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509B31; }

 p { color: rgb(80,155,49); }

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

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

 a { background-color: rgb(80,155,49); }

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

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

 span { border-color: rgb(80,155,49); }

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