#3C463F

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

Shades of Timber Green #3C463F

Tints of Timber Green #3C463F

Color information

#3C463F (or 0x3C463F) is unknown color: approx Timber Green. HEX triplet: 3C, 46 and 3F. RGB value is (60,70,63). Sum of RGB (Red+Green+Blue) = 60+70+63=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #3C463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C463F is #C3B9C0. Grayscale: #424242. Windows color (decimal): -12827073 or 4146748. OLE color: 4146748.

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

Color convert

RGB607063-
CMYK0.1400.100.73
HSL138º7.69%25.49%-
HSV(B)138º14.29%27.45%-
XYZ4.955.75.54-
YUV66.21126.19123.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 63 (25% from 255) = 32.64%
R=31.09%
G=36.27%
B=32.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070630.1400.100.731387.6925.49
Hex3C463FE0A498a819
Octal7410677160121112121031
Binary1111001000110111111111001010100100110001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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