#3A453A

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

Shades of Timber Green #3A453A

Tints of Timber Green #3A453A

Color information

#3A453A (or 0x3A453A) is unknown color: approx Timber Green. HEX triplet: 3A, 45 and 3A. RGB value is (58,69,58). Sum of RGB (Red+Green+Blue) = 58+69+58=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #3A453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A453A is #C5BAC5. Grayscale: #404040. Windows color (decimal): -12958406 or 3818810. OLE color: 3818810.

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

Color convert

RGB586958-
CMYK0.1600.160.73
HSL120º8.66%24.9%-
HSV(B)120º15.94%27.06%-
XYZ4.645.464.81-
YUV64.46124.36123.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=31.35%
G=37.30%
B=31.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869580.1600.160.731208.6624.9
Hex3A453A100104978919
Octal7210572200201111701131
Binary11101010001011110101000001000010010011111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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