#3C463D

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

Shades of Timber Green #3C463D

Tints of Timber Green #3C463D

Color information

#3C463D (or 0x3C463D) is unknown color: approx Timber Green. HEX triplet: 3C, 46 and 3D. RGB value is (60,70,61). Sum of RGB (Red+Green+Blue) = 60+70+61=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #3C463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C463D is #C3B9C2. Grayscale: #424242. Windows color (decimal): -12827075 or 4015676. OLE color: 4015676.

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

Color convert

RGB607061-
CMYK0.1400.130.73
HSL126º7.69%25.49%-
HSV(B)126º14.29%27.45%-
XYZ4.95.685.25-
YUV65.98125.19123.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=31.41%
G=36.65%
B=31.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070610.1400.130.731267.6925.49
Hex3C463DE0D497e819
Octal7410675160151111761031
Binary111100100011011110111100110110010011111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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