#40A32E

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

Shades of La Palma #40A32E

Tints of La Palma #40A32E

Color information

#40A32E (or 0x40A32E) is unknown color: approx La Palma. HEX triplet: 40, A3 and 2E. RGB value is (64,163,46). Sum of RGB (Red+Green+Blue) = 64+163+46=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #40A32E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A32E is #BF5CD1. Grayscale: #787878. Windows color (decimal): -12541138 or 3056448. OLE color: 3056448.

HSL color Cylindrical-coordinate representation of color #40A32E: hue angle of 110.77º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40A32E is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB6416346-
CMYK0.6100.720.36
HSL110.77º55.98%40.98%-
HSV(B)110.77º71.78%63.92%-
XYZ15.727.487.06-
YUV120.0686.288.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 163 (64.06% from 255) = 59.71%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=23.44%
G=59.71%
B=16.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64163460.6100.720.36110.7755.9840.98
Hex40A32E3D048246f3829
Octal10024356750110441577051
Binary100000010100011101110111101010010001001001101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,46); }

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

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

 a { background-color: rgb(64,163,46); }

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

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

 span { border-color: rgb(64,163,46); }

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