#3C453D

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

Shades of Timber Green #3C453D

Tints of Timber Green #3C453D

Color information

#3C453D (or 0x3C453D) is unknown color: approx Timber Green. HEX triplet: 3C, 45 and 3D. RGB value is (60,69,61). Sum of RGB (Red+Green+Blue) = 60+69+61=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #3C453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C453D is #C3BAC2. Grayscale: #414141. Windows color (decimal): -12827331 or 4015420. OLE color: 4015420.

HSL color Cylindrical-coordinate representation of color #3C453D: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C453D is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB606961-
CMYK0.1300.120.73
HSL126.67º6.98%25.29%-
HSV(B)126.67º13.04%27.06%-
XYZ4.835.555.23-
YUV65.4125.52124.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=31.58%
G=36.32%
B=32.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6069610.1300.120.73126.676.9825.29
Hex3C453DD0C497f719
Octal741057515014111177731
Binary11110010001011111011101011001001001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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