#40513A

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

Shades of Palm Leaf #40513A

Tints of Palm Leaf #40513A

Color information

#40513A (or 0x40513A) is unknown color: approx Palm Leaf. HEX triplet: 40, 51 and 3A. RGB value is (64,81,58). Sum of RGB (Red+Green+Blue) = 64+81+58=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #40513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40513A is #BFAEC5. Grayscale: #494949. Windows color (decimal): -12562118 or 3821888. OLE color: 3821888.

HSL color Cylindrical-coordinate representation of color #40513A: hue angle of 104.35º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40513A is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB648158-
CMYK0.2100.280.68
HSL104.35º16.55%27.25%-
HSV(B)104.35º28.4%31.76%-
XYZ5.827.285.1-
YUV73.29119.37121.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=31.53%
G=39.90%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481580.2100.280.68104.3516.5527.25
Hex40513A1501C4468111b
Octal10012172250341041502133
Binary1000000101000111101010101011100100010011010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40513A; }

 p { color: rgb(64,81,58); }

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

<style>
 a { background-color: #40513A; }

 a { background-color: rgb(64,81,58); }

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

<style>
 span { border-color: #40513A; }

 span { border-color: rgb(64,81,58); }

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