Html Css Color HEX #3C413C Timber Green

📋 copy color: '#3C413C'

red 60 ◦ green 65 ◦ blue 60

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

Shades of Timber Green #3C413C

Tints of Timber Green #3C413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 32.43%
G = 35.14%
B = 32.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#3C413C (or 0x3C413C) is known color: Timber Green. HEX triplet: 3C, 41 and 3C. RGB value is (60,65,60). Sum of RGB (Red+Green+Blue) = 60+65+60=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413C is #C3BEC3. Grayscale: #3E3E3E. Windows color (decimal): -12828356 or 3948860. OLE color: 3948860.

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

Color convert

RGB 60 65 60 -
CMYK 0.08 0 0.08 0.75
HSL 120º 0.04% 0.25% -
HSV(B) 120º 0.08% 0.25% -
XYZ 4.57 5.07 5.01 -
YUV 62.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 60 65 60 0.08 0 0.08 0.75 120 0.04 0.25
Hex 3C 41 3C 8 0 8 4B 78 4 19
Octal 74 101 74 10 0 10 113 170 4 31
Binary 111100 1000001 111100 1000 0 1000 1001011 1111000 100 11001

Color Harmonies of #3C413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C413C

Black with #3C413C

Text Example


Text Example

White with #3C413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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