Html Css Color HEX #3D453E Timber Green

📋 copy color: '#3D453E'

red 61 ◦ green 69 ◦ blue 62

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

Shades of Timber Green #3D453E

Tints of Timber Green #3D453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 31.77%
G = 35.94%
B = 32.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#3D453E (or 0x3D453E) is known color: Timber Green. HEX triplet: 3D, 45 and 3E. RGB value is (61,69,62). Sum of RGB (Red+Green+Blue) = 61+69+62=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #3D453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D453E is #C2BAC1. Grayscale: #414141. Windows color (decimal): -12761794 or 4080957. OLE color: 4080957.

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

Color convert

RGB 61 69 62 -
CMYK 0.12 0 0.10 0.73
HSL 127.5º 0.06% 0.25% -
HSV(B) 127.5º 0.12% 0.27% -
XYZ 4.92 5.6 5.38 -
YUV 65.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 61 69 62 0.12 0 0.10 0.73 127.5 0.06 0.25
Hex 3D 45 3E C 0 A 49 80 6 19
Octal 75 105 76 14 0 12 111 200 6 31
Binary 111101 1000101 111110 1100 0 1010 1001001 10000000 110 11001

Color Harmonies of #3D453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D453E

Black with #3D453E

Text Example


Text Example

White with #3D453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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