#3A443E

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

Shades of Timber Green #3A443E

Tints of Timber Green #3A443E

Color information

#3A443E (or 0x3A443E) is unknown color: approx Timber Green. HEX triplet: 3A, 44 and 3E. RGB value is (58,68,62). Sum of RGB (Red+Green+Blue) = 58+68+62=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #3A443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A443E is #C5BBC1. Grayscale: #404040. Windows color (decimal): -12958658 or 4080698. OLE color: 4080698.

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

Color convert

RGB586862-
CMYK0.1500.090.73
HSL144º7.94%24.71%-
HSV(B)144º14.71%26.67%-
XYZ4.685.385.35-
YUV64.33126.69123.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=30.85%
G=36.17%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868620.1500.090.731447.9424.71
Hex3A443EF094990819
Octal7210476170111112201031
Binary1110101000100111110111101001100100110010000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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