Html Css Color HEX #3B463D Timber Green

📋 copy color: '#3B463D'

red 59 ◦ green 70 ◦ blue 61

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

Shades of Timber Green #3B463D

Tints of Timber Green #3B463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

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

R = 31.05%
G = 36.84%
B = 32.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#3B463D (or 0x3B463D) is known color: Timber Green. HEX triplet: 3B, 46 and 3D. RGB value is (59,70,61). Sum of RGB (Red+Green+Blue) = 59+70+61=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #3B463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B463D is #C4B9C2. Grayscale: #414141. Windows color (decimal): -12892611 or 4015675. OLE color: 4015675.

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

Color convert

RGB 59 70 61 -
CMYK 0.16 0 0.13 0.73
HSL 130.91º 0.09% 0.25% -
HSV(B) 130.91º 0.16% 0.27% -
XYZ 4.84 5.65 5.25 -
YUV 65.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 59 70 61 0.16 0 0.13 0.73 130.91 0.09 0.25
Hex 3B 46 3D 10 0 D 49 83 9 19
Octal 73 106 75 20 0 15 111 203 11 31
Binary 111011 1000110 111101 10000 0 1101 1001001 10000011 1001 11001

Color Harmonies of #3B463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B463D

Black with #3B463D

Text Example


Text Example

White with #3B463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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