Html Css Color HEX #3B403D Timber Green

📋 copy color: '#3B403D'

red 59 ◦ green 64 ◦ blue 61

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

Shades of Timber Green #3B403D

Tints of Timber Green #3B403D

RGB

 RED value IS 59 (23.44% from 255) = 32.07%

 GREEN value IS 64 (25.39% from 255) = 34.78%

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

R = 32.07%
G = 34.78%
B = 33.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#3B403D (or 0x3B403D) is known color: Timber Green. HEX triplet: 3B, 40 and 3D. RGB value is (59,64,61). Sum of RGB (Red+Green+Blue) = 59+64+61=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403D is #C4BFC2. Grayscale: #3E3E3E. Windows color (decimal): -12894147 or 4014139. OLE color: 4014139.

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

Color convert

RGB 59 64 61 -
CMYK 0.08 0 0.05 0.75
HSL 144º 0.04% 0.24% -
HSV(B) 144º 0.08% 0.25% -
XYZ 4.48 4.93 5.13 -
YUV 62.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 59 64 61 0.08 0 0.05 0.75 144 0.04 0.24
Hex 3B 40 3D 8 0 5 4B 90 4 18
Octal 73 100 75 10 0 5 113 220 4 30
Binary 111011 1000000 111101 1000 0 101 1001011 10010000 100 11000

Color Harmonies of #3B403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B403D

Black with #3B403D

Text Example


Text Example

White with #3B403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,61); }

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

background-color css

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

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

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

border-color css

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

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

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