#408B3E

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

Shades of La Palma #408B3E

Tints of La Palma #408B3E

Color information

#408B3E (or 0x408B3E) is unknown color: approx La Palma. HEX triplet: 40, 8B and 3E. RGB value is (64,139,62). Sum of RGB (Red+Green+Blue) = 64+139+62=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #408B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B3E is #BF74C1. Grayscale: #6C6C6C. Windows color (decimal): -12547266 or 4098880. OLE color: 4098880.

HSL color Cylindrical-coordinate representation of color #408B3E: hue angle of 118.44º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408B3E is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB6413962-
CMYK0.5400.550.45
HSL118.44º38.31%39.41%-
HSV(B)118.44º55.4%54.51%-
XYZ12.2219.97.76-
YUV107.8102.1596.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=24.15%
G=52.45%
B=23.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139620.5400.550.45118.4438.3139.41
Hex408B3E360372D762627
Octal1002137666067551664647
Binary10000001000101111111011011001101111011011110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,139,62); }

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

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

 a { background-color: rgb(64,139,62); }

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

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

 span { border-color: rgb(64,139,62); }

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