#408A3E

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

Shades of La Palma #408A3E

Tints of La Palma #408A3E

Color information

#408A3E (or 0x408A3E) is unknown color: approx La Palma. HEX triplet: 40, 8A and 3E. RGB value is (64,138,62). Sum of RGB (Red+Green+Blue) = 64+138+62=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #408A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A3E is #BF75C1. Grayscale: #6B6B6B. Windows color (decimal): -12547522 or 4098624. OLE color: 4098624.

HSL color Cylindrical-coordinate representation of color #408A3E: hue angle of 118.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408A3E is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB6413862-
CMYK0.5400.550.46
HSL118.42º38%39.22%-
HSV(B)118.42º55.07%54.12%-
XYZ12.0719.617.71-
YUV107.21102.4897.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=24.24%
G=52.27%
B=23.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138620.5400.550.46118.423839.22
Hex408A3E360372E762627
Octal1002127666067561664647
Binary10000001000101011111011011001101111011101110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,138,62); }

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

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

 a { background-color: rgb(64,138,62); }

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

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

 span { border-color: rgb(64,138,62); }

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