#3B463B

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

Shades of Timber Green #3B463B

Tints of Timber Green #3B463B

Color information

#3B463B (or 0x3B463B) is unknown color: approx Timber Green. HEX triplet: 3B, 46 and 3B. RGB value is (59,70,59). Sum of RGB (Red+Green+Blue) = 59+70+59=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #3B463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B463B is #C4B9C4. Grayscale: #414141. Windows color (decimal): -12892613 or 3884603. OLE color: 3884603.

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

Color convert

RGB597059-
CMYK0.1600.160.73
HSL120º8.53%25.29%-
HSV(B)120º15.71%27.45%-
XYZ4.785.634.97-
YUV65.46124.36123.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=31.38%
G=37.23%
B=31.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970590.1600.160.731208.5325.29
Hex3B463B100104978919
Octal7310673200201111701131
Binary11101110001101110111000001000010010011111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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