#3C473E

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

Shades of Timber Green #3C473E

Tints of Timber Green #3C473E

Color information

#3C473E (or 0x3C473E) is unknown color: approx Timber Green. HEX triplet: 3C, 47 and 3E. RGB value is (60,71,62). Sum of RGB (Red+Green+Blue) = 60+71+62=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #3C473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C473E is #C3B8C1. Grayscale: #424242. Windows color (decimal): -12826818 or 4081468. OLE color: 4081468.

HSL color Cylindrical-coordinate representation of color #3C473E: hue angle of 130.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C473E is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB607162-
CMYK0.1500.130.72
HSL130.91º8.4%25.69%-
HSV(B)130.91º15.49%27.84%-
XYZ4.995.815.42-
YUV66.68125.36123.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=31.09%
G=36.79%
B=32.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6071620.1500.130.72130.918.425.69
Hex3C473EF0D488381a
Octal7410776170151102031032
Binary1111001000111111110111101101100100010000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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