#409428

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

Shades of La Palma #409428

Tints of La Palma #409428

Color information

#409428 (or 0x409428) is unknown color: approx La Palma. HEX triplet: 40, 94 and 28. RGB value is (64,148,40). Sum of RGB (Red+Green+Blue) = 64+148+40=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #409428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409428 is #BF6BD7. Grayscale: #6E6E6E. Windows color (decimal): -12544984 or 2659392. OLE color: 2659392.

HSL color Cylindrical-coordinate representation of color #409428: hue angle of 106.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #409428 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB6414840-
CMYK0.5700.730.42
HSL106.67º57.45%36.86%-
HSV(B)106.67º72.97%58.04%-
XYZ13.0922.425.65-
YUV110.5788.1794.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 148 (58.20% from 255) = 58.73%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=25.40%
G=58.73%
B=15.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64148400.5700.730.42106.6757.4536.86
Hex409428390492A6b3925
Octal10022450710111521537145
Binary100000010010100101000111001010010011010101101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409428; }

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

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

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

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

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

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

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

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