#414A3D

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

Shades of Palm Leaf #414A3D

Tints of Palm Leaf #414A3D

Color information

#414A3D (or 0x414A3D) is unknown color: approx Palm Leaf. HEX triplet: 41, 4A and 3D. RGB value is (65,74,61). Sum of RGB (Red+Green+Blue) = 65+74+61=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #414A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A3D is #BEB5C2. Grayscale: #454545. Windows color (decimal): -12498371 or 4016705. OLE color: 4016705.

HSL color Cylindrical-coordinate representation of color #414A3D: hue angle of 101.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414A3D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB657461-
CMYK0.1200.180.71
HSL101.54º9.63%26.47%-
HSV(B)101.54º17.57%29.02%-
XYZ5.476.365.35-
YUV69.83123.02124.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=32.5%
G=37%
B=30.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6574610.1200.180.71101.549.6326.47
Hex414A3DC0124766a1a
Octal10111275140221071461232
Binary10000011001010111101110001001010001111100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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