#40A732

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

Shades of La Palma #40A732

Tints of La Palma #40A732

Color information

#40A732 (or 0x40A732) is unknown color: approx La Palma. HEX triplet: 40, A7 and 32. RGB value is (64,167,50). Sum of RGB (Red+Green+Blue) = 64+167+50=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #40A732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A732 is #BF58CD. Grayscale: #7B7B7B. Windows color (decimal): -12540110 or 3319616. OLE color: 3319616.

HSL color Cylindrical-coordinate representation of color #40A732: hue angle of 112.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40A732 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB6416750-
CMYK0.6200.700.35
HSL112.82º53.92%42.55%-
HSV(B)112.82º70.06%65.49%-
XYZ16.5128.967.74-
YUV122.8686.8886.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 167 (65.62% from 255) = 59.43%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=22.78%
G=59.43%
B=17.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64167500.6200.700.35112.8253.9242.55
Hex40A7323E0462371362b
Octal10024762760106431616653
Binary100000010100111110010111110010001101000111110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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