#40A335

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

Shades of La Palma #40A335

Tints of La Palma #40A335

Color information

#40A335 (or 0x40A335) is unknown color: approx La Palma. HEX triplet: 40, A3 and 35. RGB value is (64,163,53). Sum of RGB (Red+Green+Blue) = 64+163+53=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #40A335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A335 is #BF5CCA. Grayscale: #797979. Windows color (decimal): -12541131 or 3515200. OLE color: 3515200.

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

Color convert

RGB6416353-
CMYK0.6100.670.36
HSL114º50.93%42.35%-
HSV(B)114º67.48%63.92%-
XYZ15.8527.547.85-
YUV120.8689.787.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 163 (64.06% from 255) = 58.21%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=22.86%
G=58.21%
B=18.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64163530.6100.670.3611450.9342.35
Hex40A3353D0432472332a
Octal10024365750103441626352
Binary100000010100011110101111101010000111001001110010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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