#3A423D

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

Shades of Timber Green #3A423D

Tints of Timber Green #3A423D

Color information

#3A423D (or 0x3A423D) is unknown color: approx Timber Green. HEX triplet: 3A, 42 and 3D. RGB value is (58,66,61). Sum of RGB (Red+Green+Blue) = 58+66+61=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #3A423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A423D is #C5BDC2. Grayscale: #3F3F3F. Windows color (decimal): -12959171 or 4014650. OLE color: 4014650.

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

Color convert

RGB586661-
CMYK0.1200.080.74
HSL142.5º6.45%24.31%-
HSV(B)142.5º12.12%25.88%-
XYZ4.545.135.17-
YUV63.04126.85124.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=31.35%
G=35.68%
B=32.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5866610.1200.080.74142.56.4524.31
Hex3A423DC084A8e618
Octal721027514010112216630
Binary111010100001011110111000100010010101000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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