#3F403F

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

Shades of Timber Green #3F403F

Tints of Timber Green #3F403F

Color information

#3F403F (or 0x3F403F) is unknown color: approx Timber Green. HEX triplet: 3F, 40 and 3F. RGB value is (63,64,63). Sum of RGB (Red+Green+Blue) = 63+64+63=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 64 - color contains mainly: green. Hex color #3F403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F403F is #C0BFC0. Grayscale: #3F3F3F. Windows color (decimal): -12632001 or 4145215. OLE color: 4145215.

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

Color convert

RGB636463-
CMYK0.0200.020.75
HSL120º0.79%24.9%-
HSV(B)120º1.56%25.1%-
XYZ4.785.085.43-
YUV63.59127.67127.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 63 (25% from 255) = 33.16%
R=33.16%
G=33.68%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364630.0200.020.751200.7924.9
Hex3F403F2024B78119
Octal7710077202113170131
Binary11111110000001111111001010010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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