Html Css Color HEX #3F4940 Timber Green

📋 copy color: '#3F4940'

red 63 ◦ green 73 ◦ blue 64

#3F4940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #3F4940

Tints of Timber Green #3F4940

RGB

 RED value IS 63 (25% from 255) = 31.5%

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 31.5%
G = 36.5%
B = 32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#3F4940 (or 0x3F4940) is known color: Timber Green. HEX triplet: 3F, 49 and 40. RGB value is (63,73,64). Sum of RGB (Red+Green+Blue) = 63+73+64=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4940 is #C0B6BF. Grayscale: #454545. Windows color (decimal): -12629696 or 4213055. OLE color: 4213055.

HSL color Cylindrical-coordinate representation of color #3F4940: hue angle of 126º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F4940 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 73 64 -
CMYK 0.14 0 0.12 0.71
HSL 126º 0.07% 0.27% -
HSV(B) 126º 0.14% 0.29% -
XYZ 5.36 6.19 5.76 -
YUV 68.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 63 73 64 0.14 0 0.12 0.71 126 0.07 0.27
Hex 3F 49 40 E 0 C 47 7E 7 1B
Octal 77 111 100 16 0 14 107 176 7 33
Binary 111111 1001001 1000000 1110 0 1100 1000111 1111110 111 11011

Color Harmonies of #3F4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4940

Black with #3F4940

Text Example


Text Example

White with #3F4940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F4940;
 }
 .AnyTagClassName
 {
   color: #3F4940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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