#3C443F

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

Shades of Timber Green #3C443F

Tints of Timber Green #3C443F

Color information

#3C443F (or 0x3C443F) is unknown color: approx Timber Green. HEX triplet: 3C, 44 and 3F. RGB value is (60,68,63). Sum of RGB (Red+Green+Blue) = 60+68+63=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #3C443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C443F is #C3BBC0. Grayscale: #414141. Windows color (decimal): -12827585 or 4146236. OLE color: 4146236.

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

Color convert

RGB606863-
CMYK0.1200.070.73
HSL142.5º6.25%25.1%-
HSV(B)142.5º11.76%26.67%-
XYZ4.835.455.5-
YUV65.04126.85124.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 63 (25% from 255) = 32.98%
R=31.41%
G=35.60%
B=32.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6068630.1200.070.73142.56.2525.1
Hex3C443FC07498e619
Octal74104771407111216631
Binary11110010001001111111100011110010011000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,63); }

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

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

 a { background-color: rgb(60,68,63); }

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

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

 span { border-color: rgb(60,68,63); }

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