#414D3D

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

Shades of Palm Leaf #414D3D

Tints of Palm Leaf #414D3D

Color information

#414D3D (or 0x414D3D) is unknown color: approx Palm Leaf. HEX triplet: 41, 4D and 3D. RGB value is (65,77,61). Sum of RGB (Red+Green+Blue) = 65+77+61=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #414D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D3D is #BEB2C2. Grayscale: #474747. Windows color (decimal): -12497603 or 4017473. OLE color: 4017473.

HSL color Cylindrical-coordinate representation of color #414D3D: hue angle of 105º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414D3D is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB657761-
CMYK0.1600.210.70
HSL105º11.59%27.06%-
HSV(B)105º20.78%30.2%-
XYZ5.686.775.42-
YUV71.59122.02123.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=32.02%
G=37.93%
B=30.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577610.1600.210.7010511.5927.06
Hex414D3D100154669c1b
Octal10111575200251061511433
Binary100000110011011111011000001010110001101101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D3D; }

 p { color: rgb(65,77,61); }

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

<style>
 a { background-color: #414D3D; }

 a { background-color: rgb(65,77,61); }

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

<style>
 span { border-color: #414D3D; }

 span { border-color: rgb(65,77,61); }

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