#408A19

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

Shades of La Palma #408A19

Tints of La Palma #408A19

Color information

#408A19 (or 0x408A19) is unknown color: approx La Palma. HEX triplet: 40, 8A and 19. RGB value is (64,138,25). Sum of RGB (Red+Green+Blue) = 64+138+25=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #408A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408A19 is #BF75E6. Grayscale: #676767. Windows color (decimal): -12547559 or 1673792. OLE color: 1673792.

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

Color convert

RGB6413825-
CMYK0.5400.820.46
HSL99.29º69.33%31.96%-
HSV(B)99.29º81.88%54.12%-
XYZ11.3819.344.05-
YUV102.9983.98100.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 138 (54.30% from 255) = 60.79%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=28.19%
G=60.79%
B=11.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138250.5400.820.4699.2969.3331.96
Hex408A19360522E634520
Octal100212316601225614310540
Binary100000010001010110011101100101001010111011000111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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