#40A228

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

Shades of La Palma #40A228

Tints of La Palma #40A228

Color information

#40A228 (or 0x40A228) is unknown color: approx La Palma. HEX triplet: 40, A2 and 28. RGB value is (64,162,40). Sum of RGB (Red+Green+Blue) = 64+162+40=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #40A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A228 is #BF5DD7. Grayscale: #777777. Windows color (decimal): -12541400 or 2662976. OLE color: 2662976.

HSL color Cylindrical-coordinate representation of color #40A228: hue angle of 108.2º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40A228 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB6416240-
CMYK0.6000.750.36
HSL108.2º60.4%39.61%-
HSV(B)108.2º75.31%63.53%-
XYZ15.4227.086.42-
YUV118.7983.5388.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 162 (63.67% from 255) = 60.90%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=24.06%
G=60.90%
B=15.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162400.6000.750.36108.260.439.61
Hex40A2283C04B246c3c28
Octal10024250740113441547450
Binary100000010100010101000111100010010111001001101100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,162,40); }

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

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

 a { background-color: rgb(64,162,40); }

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

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

 span { border-color: rgb(64,162,40); }

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