#40473E

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

Shades of Palm Leaf #40473E

Tints of Palm Leaf #40473E

Color information

#40473E (or 0x40473E) is unknown color: approx Palm Leaf. HEX triplet: 40, 47 and 3E. RGB value is (64,71,62). Sum of RGB (Red+Green+Blue) = 64+71+62=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #40473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40473E is #BFB8C1. Grayscale: #434343. Windows color (decimal): -12564674 or 4081472. OLE color: 4081472.

HSL color Cylindrical-coordinate representation of color #40473E: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #40473E is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB647162-
CMYK0.1000.130.72
HSL106.67º6.77%26.08%-
HSV(B)106.67º12.68%27.84%-
XYZ5.245.945.43-
YUV67.88124.68125.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=32.49%
G=36.04%
B=31.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471620.1000.130.72106.676.7726.08
Hex40473EA0D486b71a
Octal1001077612015110153732
Binary100000010001111111101010011011001000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40473E; }

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

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

<style>
 a { background-color: #40473E; }

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

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

<style>
 span { border-color: #40473E; }

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

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