#3B403C

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

Shades of Timber Green #3B403C

Tints of Timber Green #3B403C

Color information

#3B403C (or 0x3B403C) is unknown color: approx Timber Green. HEX triplet: 3B, 40 and 3C. RGB value is (59,64,60). Sum of RGB (Red+Green+Blue) = 59+64+60=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403C is #C4BFC3. Grayscale: #3E3E3E. Windows color (decimal): -12894148 or 3948603. OLE color: 3948603.

HSL color Cylindrical-coordinate representation of color #3B403C: hue angle of 132º 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 #3B403C is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB596460-
CMYK0.0800.060.75
HSL132º4.07%24.12%-
HSV(B)132º7.81%25.1%-
XYZ4.454.924.99-
YUV62.05126.84125.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=32.24%
G=34.97%
B=32.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964600.0800.060.751324.0724.12
Hex3B403C8064B84418
Octal73100741006113204430
Binary11101110000001111001000011010010111000010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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