#3C403C

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

Shades of Timber Green #3C403C

Tints of Timber Green #3C403C

Color information

#3C403C (or 0x3C403C) is unknown color: approx Timber Green. HEX triplet: 3C, 40 and 3C. RGB value is (60,64,60). Sum of RGB (Red+Green+Blue) = 60+64+60=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3C403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C403C is #C3BFC3. Grayscale: #3E3E3E. Windows color (decimal): -12828612 or 3948604. OLE color: 3948604.

HSL color Cylindrical-coordinate representation of color #3C403C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3C403C is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB606460-
CMYK0.0600.060.75
HSL120º3.23%24.31%-
HSV(B)120º6.25%25.1%-
XYZ4.514.954.99-
YUV62.35126.67126.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=32.61%
G=34.78%
B=32.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064600.0600.060.751203.2324.31
Hex3C403C6064B78318
Octal7410074606113170330
Binary11110010000001111001100110100101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,60); }

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

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

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

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

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

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

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