#3D463E

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

Shades of Timber Green #3D463E

Tints of Timber Green #3D463E

Color information

#3D463E (or 0x3D463E) is unknown color: approx Timber Green. HEX triplet: 3D, 46 and 3E. RGB value is (61,70,62). Sum of RGB (Red+Green+Blue) = 61+70+62=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #3D463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D463E is #C2B9C1. Grayscale: #424242. Windows color (decimal): -12761538 or 4081213. OLE color: 4081213.

HSL color Cylindrical-coordinate representation of color #3D463E: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D463E is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB617062-
CMYK0.1300.110.73
HSL126.67º6.87%25.69%-
HSV(B)126.67º12.86%27.45%-
XYZ4.985.725.4-
YUV66.4125.52124.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=31.61%
G=36.27%
B=32.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170620.1300.110.73126.676.8725.69
Hex3D463ED0B497f71a
Octal751067615013111177732
Binary11110110001101111101101010111001001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,62); }

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

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

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

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

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

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

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