#408E01

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

Shades of La Palma #408E01

Tints of La Palma #408E01

Color information

#408E01 (or 0x408E01) is unknown color: approx La Palma. HEX triplet: 40, 8E and 01. RGB value is (64,142,1). Sum of RGB (Red+Green+Blue) = 64+142+1=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 142 (55.86% from 255 or 68.60% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 142 - color contains mainly: green. Hex color #408E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408E01 is #BF71FE. Grayscale: #676767. Windows color (decimal): -12546559 or 101952. OLE color: 101952.

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

Color convert

RGB641421-
CMYK0.5500.990.44
HSL93.19º98.6%28.04%-
HSV(B)93.19º99.3%55.69%-
XYZ11.7920.443.35-
YUV102.670.66100.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 142 (55.86% from 255) = 68.60%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=30.92%
G=68.60%
B=0.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6414210.5500.990.4493.1998.628.04
Hex408E1370632C5d631c
Octal10021616701435413514334
Binary1000000100011101110111011000111011001011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,142,1); }

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

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

 a { background-color: rgb(64,142,1); }

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

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

 span { border-color: rgb(64,142,1); }

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