#3A403C

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

Shades of Timber Green #3A403C

Tints of Timber Green #3A403C

Color information

#3A403C (or 0x3A403C) is unknown color: approx Timber Green. HEX triplet: 3A, 40 and 3C. RGB value is (58,64,60). Sum of RGB (Red+Green+Blue) = 58+64+60=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 64 - color contains mainly: green. Hex color #3A403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A403C is #C5BFC3. Grayscale: #3D3D3D. Windows color (decimal): -12959684 or 3948602. OLE color: 3948602.

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

Color convert

RGB586460-
CMYK0.0900.060.75
HSL140º4.92%23.92%-
HSV(B)140º9.38%25.1%-
XYZ4.394.894.99-
YUV61.75127.01125.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=31.87%
G=35.16%
B=32.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864600.0900.060.751404.9223.92
Hex3A403C9064B8c518
Octal72100741106113214530
Binary11101010000001111001001011010010111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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