#414F3D

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

Shades of Palm Leaf #414F3D

Tints of Palm Leaf #414F3D

Color information

#414F3D (or 0x414F3D) is unknown color: approx Palm Leaf. HEX triplet: 41, 4F and 3D. RGB value is (65,79,61). Sum of RGB (Red+Green+Blue) = 65+79+61=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #414F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F3D is #BEB0C2. Grayscale: #484848. Windows color (decimal): -12497091 or 4017985. OLE color: 4017985.

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

Color convert

RGB657961-
CMYK0.1800.230.69
HSL106.67º12.86%27.45%-
HSV(B)106.67º22.78%30.98%-
XYZ5.827.055.47-
YUV72.76121.36122.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=31.71%
G=38.54%
B=29.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579610.1800.230.69106.6712.8627.45
Hex414F3D12017456bd1b
Octal10111775220271051531533
Binary100000110011111111011001001011110001011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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