#424E3D

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

Shades of Palm Leaf #424E3D

Tints of Palm Leaf #424E3D

Color information

#424E3D (or 0x424E3D) is unknown color: approx Palm Leaf. HEX triplet: 42, 4E and 3D. RGB value is (66,78,61). Sum of RGB (Red+Green+Blue) = 66+78+61=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #424E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E3D is #BDB1C2. Grayscale: #484848. Windows color (decimal): -12431811 or 4017730. OLE color: 4017730.

HSL color Cylindrical-coordinate representation of color #424E3D: hue angle of 102.35º 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 #424E3D is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB667861-
CMYK0.1500.220.69
HSL102.35º12.23%27.25%-
HSV(B)102.35º21.79%30.59%-
XYZ5.816.945.45-
YUV72.47121.52123.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=32.20%
G=38.05%
B=29.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6678610.1500.220.69102.3512.2327.25
Hex424E3DF0164566c1b
Octal10211675170261051461433
Binary10000101001110111101111101011010001011100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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