#3B443E

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

Shades of Timber Green #3B443E

Tints of Timber Green #3B443E

Color information

#3B443E (or 0x3B443E) is unknown color: approx Timber Green. HEX triplet: 3B, 44 and 3E. RGB value is (59,68,62). Sum of RGB (Red+Green+Blue) = 59+68+62=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #3B443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B443E is #C4BBC1. Grayscale: #404040. Windows color (decimal): -12893122 or 4080699. OLE color: 4080699.

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

Color convert

RGB596862-
CMYK0.1300.090.73
HSL140º7.09%24.9%-
HSV(B)140º13.24%26.67%-
XYZ4.745.415.35-
YUV64.62126.52123.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=31.22%
G=35.98%
B=32.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968620.1300.090.731407.0924.9
Hex3B443ED09498c719
Octal731047615011111214731
Binary111011100010011111011010100110010011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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