#3C423D

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

Shades of Timber Green #3C423D

Tints of Timber Green #3C423D

Color information

#3C423D (or 0x3C423D) is unknown color: approx Timber Green. HEX triplet: 3C, 42 and 3D. RGB value is (60,66,61). Sum of RGB (Red+Green+Blue) = 60+66+61=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #3C423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C423D is #C3BDC2. Grayscale: #3F3F3F. Windows color (decimal): -12828099 or 4014652. OLE color: 4014652.

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

Color convert

RGB606661-
CMYK0.0900.080.74
HSL130º4.76%24.71%-
HSV(B)130º9.09%25.88%-
XYZ4.655.195.17-
YUV63.64126.51125.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=32.09%
G=35.29%
B=32.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066610.0900.080.741304.7624.71
Hex3C423D9084A82519
Octal741027511010112202531
Binary111100100001011110110010100010010101000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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