Html Css Color HEX #3C3D3C Timber Green

📋 copy color: '#3C3D3C'

red 60 ◦ green 61 ◦ blue 60

#3C3D3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #3C3D3C

Tints of Timber Green #3C3D3C

RGB

 RED value IS 60 (23.83% from 255) = 33.15%

 GREEN value IS 61 (24.22% from 255) = 33.7%

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 33.15%
G = 33.7%
B = 33.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3C3D3C (or 0x3C3D3C) is known color: Timber Green. HEX triplet: 3C, 3D and 3C. RGB value is (60,61,60). Sum of RGB (Red+Green+Blue) = 60+61+60=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D3C is #C3C2C3. Grayscale: #3C3C3C. Windows color (decimal): -12829380 or 3947836. OLE color: 3947836.

HSL color Cylindrical-coordinate representation of color #3C3D3C: hue angle of 120º degrees, saturation: 0.01, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #3C3D3C is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 61 60 -
CMYK 0.02 0 0.02 0.76
HSL 120º 0.01% 0.24% -
HSV(B) 120º 0.02% 0.24% -
XYZ 4.35 4.62 4.94 -
YUV 60.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 60 61 60 0.02 0 0.02 0.76 120 0.01 0.24
Hex 3C 3D 3C 2 0 2 4C 78 1 18
Octal 74 75 74 2 0 2 114 170 1 30
Binary 111100 111101 111100 10 0 10 1001100 1111000 1 11000

Color Harmonies of #3C3D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D3C

Black with #3C3D3C

Text Example


Text Example

White with #3C3D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C3D3C;
 }
 .AnyTagClassName
 {
   color: #3C3D3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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