#408B2E

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

Shades of La Palma #408B2E

Tints of La Palma #408B2E

Color information

#408B2E (or 0x408B2E) is unknown color: approx La Palma. HEX triplet: 40, 8B and 2E. RGB value is (64,139,46). Sum of RGB (Red+Green+Blue) = 64+139+46=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #408B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B2E is #BF74D1. Grayscale: #6A6A6A. Windows color (decimal): -12547282 or 3050304. OLE color: 3050304.

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

Color convert

RGB6413946-
CMYK0.5400.670.45
HSL108.39º50.27%36.27%-
HSV(B)108.39º66.91%54.51%-
XYZ11.8419.755.77-
YUV105.9794.1598.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=25.70%
G=55.82%
B=18.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139460.5400.670.45108.3950.2736.27
Hex408B2E360432D6c3224
Octal10021356660103551546244
Binary100000010001011101110110110010000111011011101100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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