#3D413D

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

Shades of Timber Green #3D413D

Tints of Timber Green #3D413D

Color information

#3D413D (or 0x3D413D) is unknown color: approx Timber Green. HEX triplet: 3D, 41 and 3D. RGB value is (61,65,61). Sum of RGB (Red+Green+Blue) = 61+65+61=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 65 - color contains mainly: green. Hex color #3D413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D413D is #C2BEC2. Grayscale: #3F3F3F. Windows color (decimal): -12762819 or 4014397. OLE color: 4014397.

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

Color convert

RGB616561-
CMYK0.0600.060.75
HSL120º3.17%24.71%-
HSV(B)120º6.15%25.49%-
XYZ4.665.115.16-
YUV63.35126.67126.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=32.62%
G=34.76%
B=32.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6165610.0600.060.751203.1724.71
Hex3D413D6064B78319
Octal7510175606113170331
Binary11110110000011111011100110100101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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