#3A403B

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

Shades of Timber Green #3A403B

Tints of Timber Green #3A403B

Color information

#3A403B (or 0x3A403B) is unknown color: approx Timber Green. HEX triplet: 3A, 40 and 3B. RGB value is (58,64,59). Sum of RGB (Red+Green+Blue) = 58+64+59=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3A403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A403B is #C5BFC4. Grayscale: #3D3D3D. Windows color (decimal): -12959685 or 3883066. OLE color: 3883066.

HSL color Cylindrical-coordinate representation of color #3A403B: hue angle of 130º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3A403B is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB586459-
CMYK0.0900.080.75
HSL130º4.92%23.92%-
HSV(B)130º9.38%25.1%-
XYZ4.374.884.85-
YUV61.64126.51125.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=32.04%
G=35.36%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864590.0900.080.751304.9223.92
Hex3A403B9084B82518
Octal721007311010113202530
Binary111010100000011101110010100010010111000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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