#408B1A

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

Shades of La Palma #408B1A

Tints of La Palma #408B1A

Color information

#408B1A (or 0x408B1A) is unknown color: approx La Palma. HEX triplet: 40, 8B and 1A. RGB value is (64,139,26). Sum of RGB (Red+Green+Blue) = 64+139+26=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #408B1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B1A is #BF74E5. Grayscale: #686868. Windows color (decimal): -12547302 or 1739584. OLE color: 1739584.

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

Color convert

RGB6413926-
CMYK0.5400.810.45
HSL99.82º68.48%32.35%-
HSV(B)99.82º81.29%54.51%-
XYZ11.5319.634.16-
YUV103.6984.1599.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 139 (54.69% from 255) = 60.70%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=27.95%
G=60.70%
B=11.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139260.5400.810.4599.8268.4832.35
Hex408B1A360512D644420
Octal100213326601215514410440
Binary100000010001011110101101100101000110110111001001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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