#40A52B

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

Shades of La Palma #40A52B

Tints of La Palma #40A52B

Color information

#40A52B (or 0x40A52B) is unknown color: approx La Palma. HEX triplet: 40, A5 and 2B. RGB value is (64,165,43). Sum of RGB (Red+Green+Blue) = 64+165+43=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #40A52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A52B is #BF5AD4. Grayscale: #797979. Windows color (decimal): -12540629 or 2860352. OLE color: 2860352.

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

Color convert

RGB6416543-
CMYK0.6100.740.35
HSL109.67º58.65%40.78%-
HSV(B)109.67º73.94%64.71%-
XYZ16.0128.176.88-
YUV120.8984.0487.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 165 (64.84% from 255) = 60.66%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=23.53%
G=60.66%
B=15.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165430.6100.740.35109.6758.6540.78
Hex40A52B3D04A236e3b29
Octal10024553750112431567351
Binary100000010100101101011111101010010101000111101110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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