#3C413E

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

Shades of Timber Green #3C413E

Tints of Timber Green #3C413E

Color information

#3C413E (or 0x3C413E) is unknown color: approx Timber Green. HEX triplet: 3C, 41 and 3E. RGB value is (60,65,62). Sum of RGB (Red+Green+Blue) = 60+65+62=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413E is #C3BEC1. Grayscale: #3F3F3F. Windows color (decimal): -12828354 or 4079932. OLE color: 4079932.

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

Color convert

RGB606562-
CMYK0.0800.050.75
HSL144º4%24.51%-
HSV(B)144º7.69%25.49%-
XYZ4.625.095.3-
YUV63.16127.34125.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=32.09%
G=34.76%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065620.0800.050.75144424.51
Hex3C413E8054B90419
Octal74101761005113220431
Binary11110010000011111101000010110010111001000010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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