#40A232

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

Shades of La Palma #40A232

Tints of La Palma #40A232

Color information

#40A232 (or 0x40A232) is unknown color: approx La Palma. HEX triplet: 40, A2 and 32. RGB value is (64,162,50). Sum of RGB (Red+Green+Blue) = 64+162+50=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #40A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A232 is #BF5DCD. Grayscale: #787878. Windows color (decimal): -12541390 or 3318336. OLE color: 3318336.

HSL color Cylindrical-coordinate representation of color #40A232: hue angle of 112.5º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A232 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB6416250-
CMYK0.6000.690.36
HSL112.5º52.83%41.57%-
HSV(B)112.5º69.14%63.53%-
XYZ15.6127.167.44-
YUV119.9388.5388.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 162 (63.67% from 255) = 58.70%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=23.19%
G=58.70%
B=18.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162500.6000.690.36112.552.8341.57
Hex40A2323C0452470352a
Octal10024262740105441606552
Binary100000010100010110010111100010001011001001110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A232; }

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

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

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

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

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

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

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

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