Html Css Color HEX #3D443E Timber Green

📋 copy color: '#3D443E'

red 61 ◦ green 68 ◦ blue 62

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

Shades of Timber Green #3D443E

Tints of Timber Green #3D443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 31.94%
G = 35.6%
B = 32.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#3D443E (or 0x3D443E) is known color: Timber Green. HEX triplet: 3D, 44 and 3E. RGB value is (61,68,62). Sum of RGB (Red+Green+Blue) = 61+68+62=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #3D443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D443E is #C2BBC1. Grayscale: #414141. Windows color (decimal): -12762050 or 4080701. OLE color: 4080701.

HSL color Cylindrical-coordinate representation of color #3D443E: hue angle of 128.57º 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 #3D443E is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 68 62 -
CMYK 0.10 0 0.09 0.73
HSL 128.57º 0.05% 0.25% -
HSV(B) 128.57º 0.1% 0.27% -
XYZ 4.86 5.47 5.36 -
YUV 65.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 61 68 62 0.10 0 0.09 0.73 128.57 0.05 0.25
Hex 3D 44 3E A 0 9 49 81 5 19
Octal 75 104 76 12 0 11 111 201 5 31
Binary 111101 1000100 111110 1010 0 1001 1001001 10000001 101 11001

Color Harmonies of #3D443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D443E

Black with #3D443E

Text Example


Text Example

White with #3D443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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