#3D443B

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

Shades of Palm Leaf #3D443B

Tints of Palm Leaf #3D443B

Color information

#3D443B (or 0x3D443B) is unknown color: approx Palm Leaf. HEX triplet: 3D, 44 and 3B. RGB value is (61,68,59). Sum of RGB (Red+Green+Blue) = 61+68+59=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443B is #C2BBC4. Grayscale: #404040. Windows color (decimal): -12762053 or 3884093. OLE color: 3884093.

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

Color convert

RGB616859-
CMYK0.1000.130.73
HSL106.67º7.09%24.9%-
HSV(B)106.67º13.24%26.67%-
XYZ4.785.444.94-
YUV64.88124.68125.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=32.45%
G=36.17%
B=31.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168590.1000.130.73106.677.0924.9
Hex3D443BA0D496b719
Octal751047312015111153731
Binary11110110001001110111010011011001001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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