#3D443D

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

Shades of Timber Green #3D443D

Tints of Timber Green #3D443D

Color information

#3D443D (or 0x3D443D) is unknown color: approx Timber Green. HEX triplet: 3D, 44 and 3D. RGB value is (61,68,61). Sum of RGB (Red+Green+Blue) = 61+68+61=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443D is #C2BBC2. Grayscale: #414141. Windows color (decimal): -12762051 or 4015165. OLE color: 4015165.

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

Color convert

RGB616861-
CMYK0.1000.100.73
HSL120º5.43%25.29%-
HSV(B)120º10.29%26.67%-
XYZ4.835.465.21-
YUV65.11125.68125.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=32.11%
G=35.79%
B=32.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168610.1000.100.731205.4325.29
Hex3D443DA0A4978519
Octal751047512012111170531
Binary11110110001001111011010010101001001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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