#408F08

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

Shades of La Palma #408F08

Tints of La Palma #408F08

Color information

#408F08 (or 0x408F08) is unknown color: approx La Palma. HEX triplet: 40, 8F and 08. RGB value is (64,143,8). Sum of RGB (Red+Green+Blue) = 64+143+8=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #408F08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408F08 is #BF70F7. Grayscale: #686868. Windows color (decimal): -12546296 or 560960. OLE color: 560960.

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

Color convert

RGB641438-
CMYK0.5500.940.44
HSL95.11º89.4%29.61%-
HSV(B)95.11º94.41%56.08%-
XYZ11.9820.753.6-
YUV103.9973.8399.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 143 (56.25% from 255) = 66.51%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=29.77%
G=66.51%
B=3.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6414380.5500.940.4495.1189.429.61
Hex408F83705E2C5f591e
Octal100217106701365413713136
Binary1000000100011111000110111010111101011001011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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