#3B423C

Color #3B423C Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #3B423C

Tints of Timber Green #3B423C

Color information

#3B423C (or 0x3B423C) is unknown color: approx Timber Green. HEX triplet: 3B, 42 and 3C. RGB value is (59,66,60). Sum of RGB (Red+Green+Blue) = 59+66+60=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #3B423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B423C is #C4BDC3. Grayscale: #3F3F3F. Windows color (decimal): -12893636 or 3949115. OLE color: 3949115.

HSL color Cylindrical-coordinate representation of color #3B423C: hue angle of 128.57º 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 #3B423C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB596660-
CMYK0.1100.090.74
HSL128.57º5.6%24.51%-
HSV(B)128.57º10.61%25.88%-
XYZ4.575.155.03-
YUV63.22126.18124.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=31.89%
G=35.68%
B=32.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966600.1100.090.74128.575.624.51
Hex3B423CB094A81619
Octal731027413011112201631
Binary111011100001011110010110100110010101000000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B423C;
 }
 .AnyTagClassName
 {
   color: #3B423C;
 }
</style>
background-color css

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

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

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

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

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

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