#3B413C

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

Shades of Timber Green #3B413C

Tints of Timber Green #3B413C

Color information

#3B413C (or 0x3B413C) is unknown color: approx Timber Green. HEX triplet: 3B, 41 and 3C. RGB value is (59,65,60). Sum of RGB (Red+Green+Blue) = 59+65+60=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3B413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B413C is #C4BEC3. Grayscale: #3E3E3E. Windows color (decimal): -12893892 or 3948859. OLE color: 3948859.

HSL color Cylindrical-coordinate representation of color #3B413C: hue angle of 130º 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 #3B413C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB596560-
CMYK0.0900.080.75
HSL130º4.84%24.31%-
HSV(B)130º9.23%25.49%-
XYZ4.515.045.01-
YUV62.64126.51125.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=32.07%
G=35.33%
B=32.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965600.0900.080.751304.8424.31
Hex3B413C9084B82518
Octal731017411010113202530
Binary111011100000111110010010100010010111000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,60); }

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

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

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

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

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

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

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