#408431

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

Shades of La Palma #408431

Tints of La Palma #408431

Color information

#408431 (or 0x408431) is unknown color: approx La Palma. HEX triplet: 40, 84 and 31. RGB value is (64,132,49). Sum of RGB (Red+Green+Blue) = 64+132+49=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #408431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408431 is #BF7BCE. Grayscale: #666666. Windows color (decimal): -12549071 or 3245120. OLE color: 3245120.

HSL color Cylindrical-coordinate representation of color #408431: hue angle of 109.16º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408431 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB6413249-
CMYK0.5200.630.48
HSL109.16º45.86%35.49%-
HSV(B)109.16º62.88%51.76%-
XYZ10.9217.815.77-
YUV102.2197.97100.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 49 (19.53% from 255) = 20%
R=26.12%
G=53.88%
B=20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132490.5200.630.48109.1645.8635.49
Hex4084313403F306d2e23
Octal1002046164077601555643
Binary10000001000010011000111010001111111100001101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408431; }

 p { color: rgb(64,132,49); }

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

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

 a { background-color: rgb(64,132,49); }

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

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

 span { border-color: rgb(64,132,49); }

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