#3F4840

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

Shades of Timber Green #3F4840

Tints of Timber Green #3F4840

Color information

#3F4840 (or 0x3F4840) is unknown color: approx Timber Green. HEX triplet: 3F, 48 and 40. RGB value is (63,72,64). Sum of RGB (Red+Green+Blue) = 63+72+64=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4840 is #C0B7BF. Grayscale: #444444. Windows color (decimal): -12629952 or 4212799. OLE color: 4212799.

HSL color Cylindrical-coordinate representation of color #3F4840: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4840 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB637264-
CMYK0.1200.110.72
HSL126.67º6.67%26.47%-
HSV(B)126.67º12.5%28.24%-
XYZ5.296.065.74-
YUV68.4125.52124.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=31.66%
G=36.18%
B=32.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372640.1200.110.72126.676.6726.47
Hex3F4840C0B487f71a
Octal7711010014013110177732
Binary111111100100010000001100010111001000111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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