#414E3D

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

Shades of Palm Leaf #414E3D

Tints of Palm Leaf #414E3D

Color information

#414E3D (or 0x414E3D) is unknown color: approx Palm Leaf. HEX triplet: 41, 4E and 3D. RGB value is (65,78,61). Sum of RGB (Red+Green+Blue) = 65+78+61=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #414E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E3D is #BEB1C2. Grayscale: #484848. Windows color (decimal): -12497347 or 4017729. OLE color: 4017729.

HSL color Cylindrical-coordinate representation of color #414E3D: hue angle of 105.88º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414E3D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB657861-
CMYK0.1700.220.69
HSL105.88º12.23%27.25%-
HSV(B)105.88º21.79%30.59%-
XYZ5.756.915.45-
YUV72.17121.69122.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=31.86%
G=38.24%
B=29.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578610.1700.220.69105.8812.2327.25
Hex414E3D11016456ac1b
Octal10111675210261051521433
Binary100000110011101111011000101011010001011101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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