#3C413D

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

Shades of Timber Green #3C413D

Tints of Timber Green #3C413D

Color information

#3C413D (or 0x3C413D) is unknown color: approx Timber Green. HEX triplet: 3C, 41 and 3D. RGB value is (60,65,61). Sum of RGB (Red+Green+Blue) = 60+65+61=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413D is #C3BEC2. Grayscale: #3F3F3F. Windows color (decimal): -12828355 or 4014396. OLE color: 4014396.

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

Color convert

RGB606561-
CMYK0.0800.060.75
HSL132º4%24.51%-
HSV(B)132º7.69%25.49%-
XYZ4.65.085.15-
YUV63.05126.84125.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=32.26%
G=34.95%
B=32.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065610.0800.060.75132424.51
Hex3C413D8064B84419
Octal74101751006113204431
Binary11110010000011111011000011010010111000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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