#3E403E

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

Shades of Timber Green #3E403E

Tints of Timber Green #3E403E

Color information

#3E403E (or 0x3E403E) is unknown color: approx Timber Green. HEX triplet: 3E, 40 and 3E. RGB value is (62,64,62). Sum of RGB (Red+Green+Blue) = 62+64+62=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 64 - color contains mainly: green. Hex color #3E403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E403E is #C1BFC1. Grayscale: #3F3F3F. Windows color (decimal): -12697538 or 4079678. OLE color: 4079678.

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

Color convert

RGB626462-
CMYK0.0300.030.75
HSL120º1.59%24.71%-
HSV(B)120º3.12%25.1%-
XYZ4.695.045.28-
YUV63.17127.34127.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=32.98%
G=34.04%
B=32.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264620.0300.030.751201.5924.71
Hex3E403E3034B78219
Octal7610076303113170231
Binary111110100000011111011011100101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,62); }

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

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

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

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

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

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

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