#3D423C

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

Shades of Palm Leaf #3D423C

Tints of Palm Leaf #3D423C

Color information

#3D423C (or 0x3D423C) is unknown color: approx Palm Leaf. HEX triplet: 3D, 42 and 3C. RGB value is (61,66,60). Sum of RGB (Red+Green+Blue) = 61+66+60=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #3D423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D423C is #C2BDC3. Grayscale: #3F3F3F. Windows color (decimal): -12762564 or 3949117. OLE color: 3949117.

HSL color Cylindrical-coordinate representation of color #3D423C: hue angle of 110º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3D423C is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB616660-
CMYK0.0800.090.74
HSL110º4.76%24.71%-
HSV(B)110º9.09%25.88%-
XYZ4.695.215.03-
YUV63.82125.84125.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=32.62%
G=35.29%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6166600.0800.090.741104.7624.71
Hex3D423C8094A6e519
Octal751027410011112156531
Binary11110110000101111001000010011001010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D423C; }

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

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

<style>
 a { background-color: #3D423C; }

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

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

<style>
 span { border-color: #3D423C; }

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

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