Html Css Color HEX #3B423D Timber Green

📋 copy color: '#3B423D'

red 59 ◦ green 66 ◦ blue 61

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

Shades of Timber Green #3B423D

Tints of Timber Green #3B423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 31.72%
G = 35.48%
B = 32.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#3B423D (or 0x3B423D) is known color: Timber Green. HEX triplet: 3B, 42 and 3D. RGB value is (59,66,61). Sum of RGB (Red+Green+Blue) = 59+66+61=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 66 - color contains mainly: green. Hex color #3B423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B423D is #C4BDC2. Grayscale: #3F3F3F. Windows color (decimal): -12893635 or 4014651. OLE color: 4014651.

HSL color Cylindrical-coordinate representation of color #3B423D: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3B423D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 66 61 -
CMYK 0.11 0 0.08 0.74
HSL 137.14º 0.06% 0.25% -
HSV(B) 137.14º 0.11% 0.26% -
XYZ 4.59 5.16 5.17 -
YUV 63.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 59 66 61 0.11 0 0.08 0.74 137.14 0.06 0.25
Hex 3B 42 3D B 0 8 4A 89 6 19
Octal 73 102 75 13 0 10 112 211 6 31
Binary 111011 1000010 111101 1011 0 1000 1001010 10001001 110 11001

Color Harmonies of #3B423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B423D

Black with #3B423D

Text Example


Text Example

White with #3B423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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