#3B463D

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

Shades of Timber Green #3B463D

Tints of Timber Green #3B463D

Color information

#3B463D (or 0x3B463D) is unknown color: approx Timber Green. HEX triplet: 3B, 46 and 3D. RGB value is (59,70,61). Sum of RGB (Red+Green+Blue) = 59+70+61=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #3B463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B463D is #C4B9C2. Grayscale: #414141. Windows color (decimal): -12892611 or 4015675. OLE color: 4015675.

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

Color convert

RGB597061-
CMYK0.1600.130.73
HSL130.91º8.53%25.29%-
HSV(B)130.91º15.71%27.45%-
XYZ4.845.655.25-
YUV65.68125.36123.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=31.05%
G=36.84%
B=32.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970610.1600.130.73130.918.5325.29
Hex3B463D100D4983919
Octal7310675200151112031131
Binary11101110001101111011000001101100100110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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