Html Css Color HEX #3B413D Timber Green

📋 copy color: '#3B413D'

red 59 ◦ green 65 ◦ blue 61

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

Shades of Timber Green #3B413D

Tints of Timber Green #3B413D

RGB

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

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

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

R = 31.89%
G = 35.14%
B = 32.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#3B413D (or 0x3B413D) is known color: Timber Green. HEX triplet: 3B, 41 and 3D. RGB value is (59,65,61). Sum of RGB (Red+Green+Blue) = 59+65+61=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #3B413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B413D is #C4BEC2. Grayscale: #3E3E3E. Windows color (decimal): -12893891 or 4014395. OLE color: 4014395.

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

Color convert

RGB 59 65 61 -
CMYK 0.09 0 0.06 0.75
HSL 140º 0.05% 0.24% -
HSV(B) 140º 0.09% 0.25% -
XYZ 4.54 5.05 5.15 -
YUV 62.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 59 65 61 0.09 0 0.06 0.75 140 0.05 0.24
Hex 3B 41 3D 9 0 6 4B 8C 5 18
Octal 73 101 75 11 0 6 113 214 5 30
Binary 111011 1000001 111101 1001 0 110 1001011 10001100 101 11000

Color Harmonies of #3B413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B413D

Black with #3B413D

Text Example


Text Example

White with #3B413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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