#408F2E

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

Shades of La Palma #408F2E

Tints of La Palma #408F2E

Color information

#408F2E (or 0x408F2E) is unknown color: approx La Palma. HEX triplet: 40, 8F and 2E. RGB value is (64,143,46). Sum of RGB (Red+Green+Blue) = 64+143+46=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #408F2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408F2E is #BF70D1. Grayscale: #6C6C6C. Windows color (decimal): -12546258 or 3051328. OLE color: 3051328.

HSL color Cylindrical-coordinate representation of color #408F2E: hue angle of 108.87º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408F2E is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB6414346-
CMYK0.5500.680.44
HSL108.87º51.32%37.06%-
HSV(B)108.87º67.83%56.08%-
XYZ12.4320.935.97-
YUV108.3292.8396.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 143 (56.25% from 255) = 56.52%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=25.30%
G=56.52%
B=18.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143460.5500.680.44108.8751.3237.06
Hex408F2E370442C6d3325
Octal10021756670104541556345
Binary100000010001111101110110111010001001011001101101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408F2E; }

 p { color: rgb(64,143,46); }

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

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

 a { background-color: rgb(64,143,46); }

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

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

 span { border-color: rgb(64,143,46); }

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