#3B443C

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

Shades of Timber Green #3B443C

Tints of Timber Green #3B443C

Color information

#3B443C (or 0x3B443C) is unknown color: approx Timber Green. HEX triplet: 3B, 44 and 3C. RGB value is (59,68,60). Sum of RGB (Red+Green+Blue) = 59+68+60=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #3B443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B443C is #C4BBC3. Grayscale: #404040. Windows color (decimal): -12893124 or 3949627. OLE color: 3949627.

HSL color Cylindrical-coordinate representation of color #3B443C: hue angle of 126.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 #3B443C is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB596860-
CMYK0.1300.120.73
HSL126.67º7.09%24.9%-
HSV(B)126.67º13.24%26.67%-
XYZ4.695.395.07-
YUV64.4125.52124.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=31.55%
G=36.36%
B=32.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968600.1300.120.73126.677.0924.9
Hex3B443CD0C497f719
Octal731047415014111177731
Binary11101110001001111001101011001001001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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