#408F11

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

Shades of La Palma #408F11

Tints of La Palma #408F11

Color information

#408F11 (or 0x408F11) is unknown color: approx La Palma. HEX triplet: 40, 8F and 11. RGB value is (64,143,17). Sum of RGB (Red+Green+Blue) = 64+143+17=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #408F11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408F11 is #BF70EE. Grayscale: #696969. Windows color (decimal): -12546287 or 1150784. OLE color: 1150784.

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

Color convert

RGB6414317-
CMYK0.5500.880.44
HSL97.62º78.75%31.37%-
HSV(B)97.62º88.11%56.08%-
XYZ12.0420.783.91-
YUV105.0178.3398.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 143 (56.25% from 255) = 63.84%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=28.57%
G=63.84%
B=7.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143170.5500.880.4497.6278.7531.37
Hex408F11370582C624f1f
Octal100217216701305414211737
Binary10000001000111110001110111010110001011001100010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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