#3A443A

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

Shades of Timber Green #3A443A

Tints of Timber Green #3A443A

Color information

#3A443A (or 0x3A443A) is unknown color: approx Timber Green. HEX triplet: 3A, 44 and 3A. RGB value is (58,68,58). Sum of RGB (Red+Green+Blue) = 58+68+58=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #3A443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A443A is #C5BBC5. Grayscale: #3F3F3F. Windows color (decimal): -12958662 or 3818554. OLE color: 3818554.

HSL color Cylindrical-coordinate representation of color #3A443A: hue angle of 120º 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 #3A443A is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB586858-
CMYK0.1500.150.73
HSL120º7.94%24.71%-
HSV(B)120º14.71%26.67%-
XYZ4.585.344.79-
YUV63.87124.69123.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=31.52%
G=36.96%
B=31.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868580.1500.150.731207.9424.71
Hex3A443AF0F4978819
Octal7210472170171111701031
Binary111010100010011101011110111110010011111000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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