#408b11

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

Shades of La Palma #408B11

Tints of La Palma #408B11

Color information

#408B11 (or 0x408B11) is unknown color: approx La Palma. HEX triplet: 40, 8B and 11. RGB value is (64,139,17). Sum of RGB (Red+Green+Blue) = 64+139+17=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #408B11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B11 is #BF74EE. Grayscale: #676767. Windows color (decimal): -12547311 or 1149760. OLE color: 1149760.

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

Color convert

RGB6413917-
CMYK0.5400.880.45
HSL96.89º78.21%30.59%-
HSV(B)96.89º87.77%54.51%-
XYZ11.4519.63.71-
YUV102.6779.65100.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 139 (54.69% from 255) = 63.18%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=29.09%
G=63.18%
B=7.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139170.5400.880.4596.8978.2130.59
Hex408B11360582D614e1f
Octal100213216601305514111637
Binary10000001000101110001110110010110001011011100001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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