#409132

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

Shades of La Palma #409132

Tints of La Palma #409132

Color information

#409132 (or 0x409132) is unknown color: approx La Palma. HEX triplet: 40, 91 and 32. RGB value is (64,145,50). Sum of RGB (Red+Green+Blue) = 64+145+50=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #409132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409132 is #BF6ECD. Grayscale: #6E6E6E. Windows color (decimal): -12545742 or 3313984. OLE color: 3313984.

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

Color convert

RGB6414550-
CMYK0.5600.660.43
HSL111.16º48.72%38.24%-
HSV(B)111.16º65.52%56.86%-
XYZ12.8221.576.51-
YUV109.9594.1695.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=24.71%
G=55.98%
B=19.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64145500.5600.660.43111.1648.7238.24
Hex409132380422B6f3126
Octal10022162700102531576146
Binary100000010010001110010111000010000101010111101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409132; }

 p { color: rgb(64,145,50); }

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

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

 a { background-color: rgb(64,145,50); }

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

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

 span { border-color: rgb(64,145,50); }

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