#40A424

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

Shades of La Palma #40A424

Tints of La Palma #40A424

Color information

#40A424 (or 0x40A424) is unknown color: approx La Palma. HEX triplet: 40, A4 and 24. RGB value is (64,164,36). Sum of RGB (Red+Green+Blue) = 64+164+36=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 164 (64.45% from 255 or 62.12% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 164 - color contains mainly: green. Hex color #40A424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A424 is #BF5BDB. Grayscale: #777777. Windows color (decimal): -12540892 or 2401344. OLE color: 2401344.

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

Color convert

RGB6416436-
CMYK0.6100.780.36
HSL106.88º64%39.22%-
HSV(B)106.88º78.05%64.31%-
XYZ15.7127.776.2-
YUV119.5180.8788.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 164 (64.45% from 255) = 62.12%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=24.24%
G=62.12%
B=13.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64164360.6100.780.36106.886439.22
Hex40A4243D04E246b4027
Octal100244447501164415310047
Binary1000000101001001001001111010100111010010011010111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,36); }

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

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

 a { background-color: rgb(64,164,36); }

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

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

 span { border-color: rgb(64,164,36); }

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