#3B403D

Color #3B403D Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #3B403D

Tints of Timber Green #3B403D

Color information

#3B403D (or 0x3B403D) is unknown color: approx Timber Green. HEX triplet: 3B, 40 and 3D. RGB value is (59,64,61). Sum of RGB (Red+Green+Blue) = 59+64+61=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403D is #C4BFC2. Grayscale: #3E3E3E. Windows color (decimal): -12894147 or 4014139. OLE color: 4014139.

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

Color convert

RGB596461-
CMYK0.0800.050.75
HSL144º4.07%24.12%-
HSV(B)144º7.81%25.1%-
XYZ4.484.935.13-
YUV62.16127.34125.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=32.07%
G=34.78%
B=33.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964610.0800.050.751444.0724.12
Hex3B403D8054B90418
Octal73100751005113220430
Binary11101110000001111011000010110010111001000010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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