#404D3B

Color #404D3B Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #404D3B

Tints of Palm Leaf #404D3B

Color information

#404D3B (or 0x404D3B) is unknown color: approx Palm Leaf. HEX triplet: 40, 4D and 3B. RGB value is (64,77,59). Sum of RGB (Red+Green+Blue) = 64+77+59=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #404D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D3B is #BFB2C4. Grayscale: #474747. Windows color (decimal): -12563141 or 3886400. OLE color: 3886400.

HSL color Cylindrical-coordinate representation of color #404D3B: hue angle of 103.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404D3B is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB647759-
CMYK0.1700.230.70
HSL103.33º13.24%26.67%-
HSV(B)103.33º23.38%30.2%-
XYZ5.566.715.14-
YUV71.06121.19122.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=32%
G=38.5%
B=29.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6477590.1700.230.70103.3313.2426.67
Hex404D3B110174667d1b
Octal10011573210271061471533
Binary100000010011011110111000101011110001101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404D3B; }

 p { color: rgb(64,77,59); }

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

<style>
 a { background-color: #404D3B; }

 a { background-color: rgb(64,77,59); }

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

<style>
 span { border-color: #404D3B; }

 span { border-color: rgb(64,77,59); }

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