#3A443B

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

Shades of Timber Green #3A443B

Tints of Timber Green #3A443B

Color information

#3A443B (or 0x3A443B) is unknown color: approx Timber Green. HEX triplet: 3A, 44 and 3B. RGB value is (58,68,59). Sum of RGB (Red+Green+Blue) = 58+68+59=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #3A443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A443B is #C5BBC4. Grayscale: #404040. Windows color (decimal): -12958661 or 3884090. OLE color: 3884090.

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

Color convert

RGB586859-
CMYK0.1500.130.73
HSL126º7.94%24.71%-
HSV(B)126º14.71%26.67%-
XYZ4.65.354.93-
YUV63.98125.19123.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=31.35%
G=36.76%
B=31.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868590.1500.130.731267.9424.71
Hex3A443BF0D497e819
Octal7210473170151111761031
Binary111010100010011101111110110110010011111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,59); }

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

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

 a { background-color: rgb(58,68,59); }

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

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

 span { border-color: rgb(58,68,59); }

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