Html Css Color HEX #3D413D Timber Green

📋 copy color: '#3D413D'

red 61 ◦ green 65 ◦ blue 61

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

Shades of Timber Green #3D413D

Tints of Timber Green #3D413D

RGB

 RED value IS 61 (24.22% from 255) = 32.62%

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

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 32.62%
G = 34.76%
B = 32.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#3D413D (or 0x3D413D) is known color: Timber Green. HEX triplet: 3D, 41 and 3D. RGB value is (61,65,61). Sum of RGB (Red+Green+Blue) = 61+65+61=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 65 - color contains mainly: green. Hex color #3D413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D413D is #C2BEC2. Grayscale: #3F3F3F. Windows color (decimal): -12762819 or 4014397. OLE color: 4014397.

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

Color convert

RGB 61 65 61 -
CMYK 0.06 0 0.06 0.75
HSL 120º 0.03% 0.25% -
HSV(B) 120º 0.06% 0.25% -
XYZ 4.66 5.11 5.16 -
YUV 63.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 61 65 61 0.06 0 0.06 0.75 120 0.03 0.25
Hex 3D 41 3D 6 0 6 4B 78 3 19
Octal 75 101 75 6 0 6 113 170 3 31
Binary 111101 1000001 111101 110 0 110 1001011 1111000 11 11001

Color Harmonies of #3D413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D413D

Black with #3D413D

Text Example


Text Example

White with #3D413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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