Html Css Color HEX #3D443D Timber Green

📋 copy color: '#3D443D'

red 61 ◦ green 68 ◦ blue 61

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

Shades of Timber Green #3D443D

Tints of Timber Green #3D443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

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

R = 32.11%
G = 35.79%
B = 32.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#3D443D (or 0x3D443D) is known color: Timber Green. HEX triplet: 3D, 44 and 3D. RGB value is (61,68,61). Sum of RGB (Red+Green+Blue) = 61+68+61=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443D is #C2BBC2. Grayscale: #414141. Windows color (decimal): -12762051 or 4015165. OLE color: 4015165.

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

Color convert

RGB 61 68 61 -
CMYK 0.10 0 0.10 0.73
HSL 120º 0.05% 0.25% -
HSV(B) 120º 0.1% 0.27% -
XYZ 4.83 5.46 5.21 -
YUV 65.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 61 68 61 0.10 0 0.10 0.73 120 0.05 0.25
Hex 3D 44 3D A 0 A 49 78 5 19
Octal 75 104 75 12 0 12 111 170 5 31
Binary 111101 1000100 111101 1010 0 1010 1001001 1111000 101 11001

Color Harmonies of #3D443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D443D

Black with #3D443D

Text Example


Text Example

White with #3D443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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