#3C483D

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

Shades of Timber Green #3C483D

Tints of Timber Green #3C483D

Color information

#3C483D (or 0x3C483D) is unknown color: approx Timber Green. HEX triplet: 3C, 48 and 3D. RGB value is (60,72,61). Sum of RGB (Red+Green+Blue) = 60+72+61=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3C483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C483D is #C3B7C2. Grayscale: #434343. Windows color (decimal): -12826563 or 4016188. OLE color: 4016188.

HSL color Cylindrical-coordinate representation of color #3C483D: hue angle of 125º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C483D is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB607261-
CMYK0.1700.150.72
HSL125º9.09%25.88%-
HSV(B)125º16.67%28.24%-
XYZ5.025.935.3-
YUV67.16124.52122.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=31.09%
G=37.31%
B=31.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072610.1700.150.721259.0925.88
Hex3C483D110F487d91a
Octal7411075210171101751132
Binary1111001001000111101100010111110010001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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