#3C463E

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

Shades of Timber Green #3C463E

Tints of Timber Green #3C463E

Color information

#3C463E (or 0x3C463E) is unknown color: approx Timber Green. HEX triplet: 3C, 46 and 3E. RGB value is (60,70,62). Sum of RGB (Red+Green+Blue) = 60+70+62=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 70 - color contains mainly: green. Hex color #3C463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C463E is #C3B9C1. Grayscale: #424242. Windows color (decimal): -12827074 or 4081212. OLE color: 4081212.

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

Color convert

RGB607062-
CMYK0.1400.110.73
HSL132º7.69%25.49%-
HSV(B)132º14.29%27.45%-
XYZ4.925.695.4-
YUV66.1125.69123.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=31.25%
G=36.46%
B=32.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070620.1400.110.731327.6925.49
Hex3C463EE0B4984819
Octal7410676160131112041031
Binary1111001000110111110111001011100100110000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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