#40A52E

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

Shades of La Palma #40A52E

Tints of La Palma #40A52E

Color information

#40A52E (or 0x40A52E) is unknown color: approx La Palma. HEX triplet: 40, A5 and 2E. RGB value is (64,165,46). Sum of RGB (Red+Green+Blue) = 64+165+46=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #40A52E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A52E is #BF5AD1. Grayscale: #797979. Windows color (decimal): -12540626 or 3056960. OLE color: 3056960.

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

Color convert

RGB6416546-
CMYK0.6100.720.35
HSL110.92º56.4%41.37%-
HSV(B)110.92º72.12%64.71%-
XYZ16.0628.27.18-
YUV121.2385.5487.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 165 (64.84% from 255) = 60%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=23.27%
G=60%
B=16.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165460.6100.720.35110.9256.441.37
Hex40A52E3D048236f3829
Octal10024556750110431577051
Binary100000010100101101110111101010010001000111101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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