#509C32

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

Shades of La Palma #509C32

Tints of La Palma #509C32

Color information

#509C32 (or 0x509C32) is unknown color: approx La Palma. HEX triplet: 50, 9C and 32. RGB value is (80,156,50). Sum of RGB (Red+Green+Blue) = 80+156+50=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #509C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C32 is #AF63CD. Grayscale: #797979. Windows color (decimal): -11494350 or 3316816. OLE color: 3316816.

HSL color Cylindrical-coordinate representation of color #509C32: hue angle of 103.02º degrees, saturation: 0.51, 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 #509C32 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB8015650-
CMYK0.4900.680.39
HSL103.02º51.46%40.39%-
HSV(B)103.02º67.95%61.18%-
XYZ15.7725.717.15-
YUV121.1987.8298.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 156 (61.33% from 255) = 54.55%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=27.97%
G=54.55%
B=17.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156500.4900.680.39103.0251.4640.39
Hex509C323104427673328
Octal12023462610104471476350
Binary101000010011100110010110001010001001001111100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,50); }

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

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

 a { background-color: rgb(80,156,50); }

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

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

 span { border-color: rgb(80,156,50); }

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