#3D443C

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

Shades of Palm Leaf #3D443C

Tints of Palm Leaf #3D443C

Color information

#3D443C (or 0x3D443C) is unknown color: approx Palm Leaf. HEX triplet: 3D, 44 and 3C. RGB value is (61,68,60). Sum of RGB (Red+Green+Blue) = 61+68+60=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443C is #C2BBC3. Grayscale: #414141. Windows color (decimal): -12762052 or 3949629. OLE color: 3949629.

HSL color Cylindrical-coordinate representation of color #3D443C: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D443C is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB616860-
CMYK0.1000.120.73
HSL112.5º6.25%25.1%-
HSV(B)112.5º11.76%26.67%-
XYZ4.815.455.07-
YUV65125.18125.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=32.28%
G=35.98%
B=31.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168600.1000.120.73112.56.2525.1
Hex3D443CA0C4970619
Octal751047412014111160631
Binary11110110001001111001010011001001001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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