#404A3C

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

Shades of Palm Leaf #404A3C

Tints of Palm Leaf #404A3C

Color information

#404A3C (or 0x404A3C) is unknown color: approx Palm Leaf. HEX triplet: 40, 4A and 3C. RGB value is (64,74,60). Sum of RGB (Red+Green+Blue) = 64+74+60=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #404A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A3C is #BFB5C3. Grayscale: #454545. Windows color (decimal): -12563908 or 3951168. OLE color: 3951168.

HSL color Cylindrical-coordinate representation of color #404A3C: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404A3C is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB647460-
CMYK0.1400.190.71
HSL102.86º10.45%26.27%-
HSV(B)102.86º18.92%29.02%-
XYZ5.386.315.21-
YUV69.41122.69124.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=32.32%
G=37.37%
B=30.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6474600.1400.190.71102.8610.4526.27
Hex404A3CE0134767a1a
Octal10011274160231071471232
Binary10000001001010111100111001001110001111100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,74,60); }

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

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

 a { background-color: rgb(64,74,60); }

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

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

 span { border-color: rgb(64,74,60); }

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